Dynamic weather information app for people to view local weather, news, and most importantly, health-related variables for safety. The motivation for this project stems from the smoke clouds that had caused quality levels to drastically drop in major cities like Detroit, Chicago, and New York.
An in-depth paragraph about your project and overview of use.
- node
- react
- webpack
- babel
- eslint
In the project directory, you can run:
npm i
Install all the dependencies
- How to run the program
- Step-by-step bullets
npm start
Run the application
npm test
Run tests
Ihsaan Yasin, Nahian Reza, Alex Vagera, Vasant Saladi
Contributions are always welcome! Please follow these steps:
- Fork the project repository. This creates a copy of the project on your account that you can modify without affecting the original project.
- Clone the forked repository to your local machine using a Git client like Git or GitHub Desktop.
- Create a new branch with a descriptive name (e.g.,
new-feature-branch
orbugfix-issue-123
).
git checkout -b new-feature-branch
- Make changes to the project's codebase.
- Commit your changes to your local branch with a clear commit message that explains the changes you've made.
git commit -m 'Implemented new feature.'
- Push your changes to your forked repository on GitHub using the following command
git push origin new-feature-branch
- Create a new pull request to the original project repository. In the pull request, describe the changes you've made and why they're necessary. The project maintainers will review your changes and provide feedback or merge them into the main branch.
- Shoutout to the mentors at Headstarter for helping us through this project!