Skip to content

A to-do list react learning app :-) Thanks Kirupa Chinnathambi - Youtuber

Notifications You must be signed in to change notification settings

onFilm/to-doList

Repository files navigation

This project was bootstrapped with Create React App.

using npm

  • Run npm startto start app in the development mode.
  • Open http://localhost:3000 to view it in the browser.

using docker

  • Pull the image docker pull mail2prajwal12/react-todolist:latest
  • Run the container docker run -d -p 3000:3000 -v $(pwd):/app -v /node_modules --name react-todolist-app mail2prajwal12/react-todolist

TO-DO LIST APP

ToDo App which allows the user to add an item to the ToDo list. Remove the list item once the task is completed. Tasks are listed based on the priority of the task. Used different color to show task with different priority. This application can be run on the http server or node server.

About

A to-do list react learning app :-) Thanks Kirupa Chinnathambi - Youtuber

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published