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.
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.
Requires Node.js to build and run. Install the dependencies and devDependencies and start the server using below commands.
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 |
MIT