A brief description of what this project does and who it's for
Add badges from somewhere like: shields.io
import Component from 'my-project'
function App() {
return <Component />
}
Install my-project with npm
npm install my-project
cd my-project
To run this project, you will need to add the following environment variables to your .env file
API_KEY
ANOTHER_API_KEY
Clone the project
git clone https://link-to-project
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start
To run tests, run the following command
npm run test
Client: React, Redux, TailwindCSS
Server: Node, Express
What did you learn while building this project? What challenges did you face and how did you overcome them?
-
Additional browser support
-
Add more integrations
For support, email [email protected] or join our Slack channel.