I used hooks to deal with the assignment for more cleaner code and test the hooks as well
I used Create React App with Typescript
so you have to install dependencies first
yarn
OR
npm install
to start the project make run
yarn start
OR
npm start