Skip to content

ReactJs todo app built using typescript for strong typing with latest es6 syntax sugars

License

Notifications You must be signed in to change notification settings

Quantron7t/react-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating a Todo list React App with Typescript

This project was bootstrapped with Create React App.

Project uses typescript for creating a react app along with es6 class components. Strongly typed react components used.

Screenshots

Responsive Responsive Responsive

Project

The overall goal of this application is to learn about React, its environment as much as possible. Used class based react components with strongly typed states and props, also has use of dynamic typing. Use of es6 destructing and arrow functions all over.

Tech

Installation

Requires Node.js to build and run. Install the dependencies and devDependencies and start the server using below commands.

cd react-todo-app

npm i

npm start

Libraries

Following libraries were involved in creating this react todo application

Library Command to install Type Dependencies
uuid npm i uuid npm install --save @types/uuid
lodash npm i lodash npm install --save @types/lodash
bootstrap npm i bootstrap

License

MIT

About

ReactJs todo app built using typescript for strong typing with latest es6 syntax sugars

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages