Skip to content

govind2404/todo-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-app

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

Running the project

To run this project locally you need to simply clone it

  git clone git@github.com:vaishnav-sh/todo-app.git

Contributing to the project

To make any contributions, take the following steps and also don't forget to star this project.

  1. Fork this repository and clone it
  git clone git@github.com:vaishnav-sh/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 commit to GitHub.
  git push origin <new_branch_name><br>

User Interface

Todo-app UI

About

A todo-app using HTML, CSS and Vanilla JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.7%
  • CSS 30.8%
  • HTML 28.5%