This is the front end of the Chop Suey Project. Chop Suey is a e-commerce website for a restaurants created using Strapi.js, React, Redux and Material UI. This is the front end where the categories and dishes are displayed after fetching data from the API. It has User registration and login page whose state is handled using redux. It also have a shopping cart which is also handled using redux. The redux state is persisted in localstorage.
Checkout the Backend API for this project here.
node v10.22.0 or above.
npm v6.14.7 or above.
-
Clone the repository
-
Install the Dependencies
npm install -
Run the Server
- For Development
npm run dev - For Production
npm run start
- For Development
-
Open localhost:3000 to open the homepage and use it.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
This project is licensed under the GPLv3 License - see the LICENSE file for details