This is a simple Todo application developed using React, TypeScript & Styled-Components. The user are able to perform the following operations
- Add new todos to the list
- Mark todos as complete
- Delete todos from the list
- Filter by all/active/complete todos
- Clear all completed todos
- Toggle light and dark mode
Check the live demo https://roger-react-todo-app.herokuapp.com
Clone this repository to get started.
$ git clone https://github.com/rogerjacobrj/todo-app.git
Install dependencies. Make sure you already have nodejs
& yarn
or npm
installed in your system.
$ yarn install # or npm install
Run the application
$ yarn start # or npm run start