This project was bootstrapped with Create React App.
- Run
npm start
to start app in the development mode. - Open http://localhost:3000 to view it in the browser.
- 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
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.