It is a single page application written using Create React App, Typescript, React Hooks, with full create, read, update and delete functionality.
Project hosted on Netlify: https://react-app-typescript-cv1.netlify.app/
- Add task
- Remove task
- Toggle task
- Update task
- Tablet and mobile friendly
- React Js, Css, Typescript
- React Hooks: useState, useEfect, useRef
- react-icons
Install git
, nodejs
, npm
in your local computer
Clone this repository to your local computer:
$ git clone https://github.com/albaitas/react-app-typescript-cv1.git
Install dependencies:
npm install
Runs the app in the development mode:
npm start