This is a marketplace that allows users to perform the following actions:
- Create and sell products
- Buy products from other users
- Review products
- View reviews
- Rate reviews as helpful
To setup the project locally, use the following commands in a terminal:
git clone https://github.com/FarzeenKist/Celo-frontend-submission.git
to clone the project on your machinecd Celo-frontend-submission/react-app
to change to the project's directory in your terminalnpm install
to install dependencies and packages of the projectnpm run dev
to start running the application on your machine