A repository for task list management (command line app & web app).
Please use nodejs version 13++ to run this web application.
- Clone the repository
- Switch to the project directory
- Run
npm install(This will install dependency what you need) - Run
npm start(This will run the app in development mode) - Open
http://localhost:3000to view it in the browser.
Note : that the page will reload if you make edits and you will also see any lint errors in the console.