Sharedops is a web application where people can share their opinions. This is the front-end for Sharedops, built with:
- React - To make the web appplication an SPA.
- Redux - To manage the state.
- React Redux - To bind React with Redux.
- React Bootstrap - To design the web application.
- Sass - To create style sheets faster.
- Jest - To test the web application.
- Enzyme - To make it easier to test the web application.
This web application is also made with learning purposes.
- Open the command prompt and clone this repository.
mkdir sharedops-frontend
cd sharedops-frontend
git clone https://github.com/andresfelipedev/sharedops-frontend.git
-
Run
npm install
. -
Create a
.env
file in the root directory with the next environment variables:
REACT_APP_IMAGES_CLOUD_NAME=dxjc7e5te
REACT_APP_OPINIONS_IMAGES_UPLOAD_PRESET=boiktt1w
REACT_APP_PROFILE_PICS_UPLOAD_PRESET=an7klitt
- Execute
npm start
.
Create a pull request to contribute to this project. Open an issue to discuss major changes.