Skip to content

Latest commit

 

History

History
131 lines (70 loc) · 2.4 KB

README.md

File metadata and controls

131 lines (70 loc) · 2.4 KB

Project Title

A brief description of what this project does and who it's for

Logo

Badges

Add badges from somewhere like: shields.io

MIT License GPLv3 License AGPL License

Open in Gitpod

Usage/Examples

import Component from 'my-project'

function App() {
  return <Component />
}

Screenshots

App Screenshot

Installation

Install my-project with npm

  npm install my-project
  cd my-project

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_KEY

ANOTHER_API_KEY

Run Locally

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

Running Tests

To run tests, run the following command

  npm run test

Tech Stack

Client: React, Redux, TailwindCSS

Server: Node, Express

Lessons Learned

What did you learn while building this project? What challenges did you face and how did you overcome them?

Acknowledgements

Roadmap

  • Additional browser support

  • Add more integrations

Documentation

Documentation

Authors

License

MIT

Support

For support, email [email protected] or join our Slack channel.