Skip to content

gsvidal/todo-app-2.0-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App 2.0 (TypeScript)

A React project with TypeScript where users can create, edit, filter and delete their Todo's.

Main features:

  • Create, edit and delete Todos with a confirm box when user attempt to do those actions.
  • Users can filter their Todo's
  • An indicator when you don't have any Todo's yet or your criteria doesn't match any Todo's

Tech Stack:

html5 Logo css3 Logo CSS modules Logo react Logo Typescript Logo npm Logo


Tech Features:

  • Typed with Typescript.

  • Responsive design with CSS modules.

  • State managed by Context API and useContext hook.

  • Using typed components props instead of React.FC for functional components (GitHub PR in Create React App's repo)

  • Deployed with gh-pages.


Instalation and setup:

  • Git clone the project: git@github.com:gsvidal/todo-app-2.0-typescript

  • Run npm install or yarn add to download and install all the dependencies.

  • Run npm run start to initialize the dev server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published