A simple website which displays live weather in a beautiful ui.
- Clone the repo
git clone https://github.com/SynapseApp/Weather-Web.git - Open the cloned directory and install the dependencies
cd Weather-Web && npm install - Create a new branch or switch to an existing branch as per you task
- To create a new branch
git checkout -b <branch_name> - To switch to a branch
git checkout <branch_name>
- To create a new branch
- Make changes as per your task and commit them frequently
git commit -m "<your_commit_message>" - After your task is done, push your branch to github
git push -u origin <branch_name> - At last make a pull request on github