This is the client for the Considerate App. Considerate helps you keep track of the things your friends like and of the occasions when you'd like to give them the perfect gift. You can be the thoughtful friend you've always meant to be.
https://considerate-app.vercel.app/
- The pages that each route leads to are found in
/src/routes
- The components are found in
/src/components
- The API service function are found in
/src/services
- The context for the application is found in
/src/context
- The
TOKEN_KEY
andAPI_ENDPOINT
are found insrc/config.js
- Install dependencies:
npm install
-
Start the application for development:
npm start
-
Compile the application for production build:
npm run build
-
Test the application:
npm test