Email-app

A E-mail sending web app which can send mail to multiple people by single click.

##Hosting Link :

[https://vineets086.github.io/email-app/]

Colour Pallet to be followed:

  1. #ffffff

  2. #2fccdf chrome_S8EsjXH99Q

  3. #2c50ac chrome_W2g5DSUDog

  4. #070707 chrome_6HrWxXKqCD

Screen shots for reference:

Contributing to this repo

  1. All commits need to be made via pull requests.
  2. Anyone can Raise issues if Needed.
  3. Add necessary comments wherever possible.

Tech Stack Used:

Frontend

1. HTML
2. CSS
3. JAVASCRIPT

Backend

1. Django(3.1.2)

Steps to contribute :

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.

MADE WITH AND .