ToDo List is a simple web/mobile application to save your daily tasks in order to stay organized.
- Add new task
- Edit task
- Delete single/all tasks
- Mobile responsive
- Local storage backup
- One Jest unit test
- CSS
- JavaScript
- React
- TypeScript
To run this project, install it locally using npm:
$ cd ../lorem
$ npm install
$ npm start (Runs the app in the development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.)
$ npm test (aunches the test runner in the interactive watch mode.)
$ npm run build (Builds the app for production to the
buildfolder.)