Skip to content

JoselynDRF/react-redux-typescript-todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoList with React, Redux and TypeScript

A simple TodoList with React, Redux and TypeScript

DEMO

Features

  • Load items from API
  • Create a new item
  • Edit item
  • Toggle item
  • Delete item (using REST API)
  • Filter items (show all, active and completed)
  • Show counter

Technologies

TypeScript ReactJS Redux Sass Eslint Prettier

Getting Started

Tools needed to run this app: node and npm

  • npm install to install dependencies
  • npm install -g json-server to get a full fake REST API
  • npm run json-server to run JSON server
  • npm start to run the app
  • Go to http://localhost:3000