The React Widget Store is an E-Commerce site made with React and Redux for the frontend and Ruby on Rails for the backend. The site has full user support with registering and signing in. A user can view, review, and purchase items! A user will add items to their cart, proceed through the checkout wizard and place an order that is persisted to the backend.
NOTE: It is required to get the backend and follow those instructions as well. This application is currently only available to run locally.
First clone this repo and run the following commands:
npm install
npm start
If everything runs smoothly, the web site should start up at http://localhost:3000
. You will need to get the backend and follow the instructions there to get the server running.
Bug reports and pull requests are welcome on GitHub at https://github.com/Xearta/react-ecommerce-frontend. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The app is available as open source under the terms of the MIT License.