This application allows users to read, create, edit, and delete reviews for cosmetic products. Users can also access detailed information about a variety of products, which are fetched from an open-source API.
- React
- Material-UI (MUI)
- Styled-components
- Node.js
- Express
- Mongoose
- MongoDB
- Users can view a list of cosmetic products.
- Users can view detailed information of a product.
- Users can read, create, edit, and delete reviews for a product.
- Reviews are tied to user accounts.
- User authentication and routing.
-
Clone the repository
git clone https://github.com/yuki-o1o5/SparkleScoop.git
-
Navigate to the project directory
cd SparkleScoop
-
Install the dependencies
npm install
-
Run the application
npm run dev