Weather app created using React JS and CSS.
- React.js
- CSS
- Axios
- Netlify
To get started:
- Clone the repo
git clone https://github.com/Akshaya-vc/weather-app-frontend.git
- To start the project
yarn install
yarn start
- Checkout to a new branch.
git checkout -b testing
- Make some amazing changes.
git add .
git commit -m "<Verb>: <Action>"
git push origin testing
- Open a pull request :)
For running this project successfully you'll need to create a .env
file and store your Weather API credentials as specified in .env.sample
.
Check out the demo here