/react-app-typescript-cv4

It is a single page application written using Create React App, Typescript, React Hooks, with full create, read, update, delete, show alert and localStorage functionality.

Primary LanguageTypeScript

react-app-typescript-cv4

It is a single page application written using Create React App, Typescript, React Hooks, with full create, read, update, delete, show alert and localStorage functionality.

Demo

Project hosted on Netlify: https://react-app-typescript-cv4.netlify.app/

Features

  • Add todo
  • Remove todo
  • Update todo
  • Show alert
  • Clear todo
  • Local Storage
  • Tablet and mobile friendly

Build with

  • React Js, Css, Typescript
  • React Hooks: useState, useEffect, useRef
  • react-icons

Installation

Install git, nodejs, npm in your local computer

Clone this repository to your local computer:

$ git clone https://github.com/albaitas/react-app-typescript-cv4.git

Install dependencies:

npm install

Runs the app in the development mode:

npm start