##Hosting Link :
[https://vineets086.github.io/email-app/]
- All commits need to be made via pull requests.
- Anyone can Raise issues if Needed.
- Add necessary comments wherever possible.
1. HTML
2. CSS
3. JAVASCRIPT
1. Django(3.1.2)
1. Fork this repository.
2. Clone your forked repository to your local system 👥
git clone https://github.com/<your-github-username>/email-app
3. Navigate to the project directory.
cd email-app
4. Create a new branch.
$ git checkout -b <your_branch_name>
5. Make changes in source code.
Build it locally and Make changes.
6. Then Add your changes.
$ git add .
7. Commit your changes.
Type in a message relevant for the code reveiwer using
$ git commit -m "small description about changes"
8. Push your local branch to the remote repository.
$ git push -u origin <your_branch_name>
9. Create a Pull Request!
Finally, go to your repository in browser and click on compare and pull requests
.
Then add a title and description to your pull request that explains your precious effort.
click on Compare and Pull Request
Congratulations! Sit and relax, you've made your contribution to EMAIL APP project.