Skip to content

Devansh-Baghel/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

Live Demo.

This is my submission for TOP's Todo Project.

This was built using Dracula UI.

Setup

  • Clone the repository and cd into it
git clone https://github.com/Devansh-Baghel/todo.git
cd todo
  • Install all dependencies
npm install

Development

npm run dev

Production

npm run build