An E-Commerce website for a local thrift store.
- React: To create the Single Page App
- React-Router: For Routing
- Redux w/ Redux-toolkit: For State Management
- Firebase: As a DataBase
- Bulma: Css Framework
- Formik w/ Yup validation
https://we-wear-where.herokuapp.com/
To use the project follow the steps given below:
- Install the necessary modules (npm install)
- Use npm run build so that the app is production ready
- Use npm run start to run the react app
- Use npm run dev for development mode