Skip to content

vaishnav-sh/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-app

A simple todo list app built using HTML, CSS and Vanilla JavaScript.

Live deployment: Link

Running the project

To run this project locally you need to first fork it and then clone it
Using SSH:

git clone git@github.com:<your_github_username>/todo-app.git

Using HTTPS

git clone https://github.com/<your_github_username>/todo-app.git

Contributing to the project

To make any contributions, follow the below steps and also don't forget to star this repository.

  1. Fork this repository and clone it
    Using SSH:
git clone git@github.com:<your_github_username>/todo-app.git

Using HTTPS

git clone https://github.com/<your_github_username>/todo-app.git

  1. Create a new branch and switch to it
cd todo-app
git checkout -b <new_branch_name>

  1. Make the changes to the code on that branch, commit and then push to GitHub.
git push origin <new_branch_name>
  1. Create a Pull Request for your changes.

User Interface

Todo-app UI