Skip to content

Web application designed for task management and organization

Notifications You must be signed in to change notification settings

nyohen/react-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Todo App.

Credit to WEB CIFAR Tutorial on how to create the project (https://www.youtube.com/watch?v=W0Uf_xu350k&t=1032s)

SVG for CheckBox:

<svg viewBox="0 0 53 38" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path
    fill="none"
    strokeMiterlimit="10"
    strokeWidth="6"
    d="M1.5 22L16 36.5L51.5 1"
    strokeLinejoin="round"
    strokeLinecap="round"
  ></path>
</svg>

Getting Started

You Can start the project on your own by following the guide below.

After getting the starter files, you need to go the file directory and run

npm install

and after that start the dev server.

npm start

Happy Coding! 🚀

About

Web application designed for task management and organization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published