Short blurb about what your product does.
Here is a working live demo : https://example.com
- Feature 1
- Feature 2
- Feature 3
Easily set up a local development environment!
- Clone the repo
git clone [email protected]:aa3281/[repo name]
- Install the NPM packages
npm install
- Enter your API in config.js
const API_KEY = 'ENTER YOUR API';
- React
- Node
- Bootstrap
- To-do item 1
- To-do item 2
- To-do item 3
Contributions are what make the open source community such an amazing place to learn, inspire, and create. All contributions are welcome!
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork it
- Create your feature branch (
git checkout -b feature/amazingFeature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazingFeature
) - Create a new Pull Request