Skip to content

rogerjacobrj/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Todo App

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

react-todo-app

Instructions

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