Skip to content

andresdotfelipe/sharedops-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sharedops (front-end)



Sharedops

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.

Installation

  1. Open the command prompt and clone this repository.
mkdir sharedops-frontend
cd sharedops-frontend
git clone https://github.com/andresfelipedev/sharedops-frontend.git
  1. Run npm install.

  2. 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
  1. Execute npm start.

Contributing

Create a pull request to contribute to this project. Open an issue to discuss major changes.

License

MIT