visit app https://secondhand-sh.vercel.app/
This platform is a place for buying and selling products online, especially used products. This platform opens and provides various types of need categories. Users who register with this application can act as sellers and buyers by using the same 1 (one) account. This platform will bring together sellers and buyers to be able to negotiate products and conduct transactions directly outside the platform.
To get started running the project locally, please follow the steps below.
First, clone the repository.
git clone https://github.com/WhiteClover4/SecondHand-FE.git
Then, install dependencies and fetch data to your local machine. Note that we use Yarn, not npm.
cd SecondHand-FE
yarn install
Set up environment variable
- Create .env.local file
REACT_APP_API_BASE_URL=...
REACT_APP_TOKEN_KEY=...
REACT_APP_FIREBASE_API_KEY=...
REACT_APP_FIREBASE_AUTH_DOMAIN=...
REACT_APP_FIREBASE_PROJECT_ID=...
REACT_APP_FIREBASE_STORAGE_BUCKET=...
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=...
REACT_APP_FIREBASE_APP_ID=...
Finally, run the development server.
yarn start
Open http://localhost:3000 with your browser to see the result.
See our contribution guidelines in these languages:
When contributing to our project, please use English when communicating with other people in issues and/or pull requests. Click here to read why.