https://github.com/albaitas/react-app-typescript-cv1
It is a single page application written using Create React App, Typescript, React Hooks, with full create, read, update and delete functionality.
https://github.com/albaitas/react-app-typescript-cv1
react-hooks react-icons react-todo-app reactjs typescript
Last synced: 2 months ago
JSON representation
It is a single page application written using Create React App, Typescript, React Hooks, with full create, read, update and delete functionality.
- Host: GitHub
- URL: https://github.com/albaitas/react-app-typescript-cv1
- Owner: albaitas
- Created: 2022-03-24T18:08:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T14:34:20.000Z (over 2 years ago)
- Last Synced: 2025-05-19T20:34:27.595Z (about 1 year ago)
- Topics: react-hooks, react-icons, react-todo-app, reactjs, typescript
- Language: TypeScript
- Homepage: https://react-app-typescript-cv1.netlify.app/
- Size: 260 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React App Typescript cv1
It is a single page application written using Create React App, Typescript, React Hooks, with full create, read, update and delete functionality.
## Demo
Project hosted on Netlify: https://react-app-typescript-cv1.netlify.app/
## Features
- Add task
- Remove task
- Toggle task
- Update task
- Tablet and mobile friendly
## Build with
- React Js, Css, Typescript
- React Hooks: useState, useEfect, 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-cv1.git`**
Install dependencies:
**`npm install`**
Runs the app in the development mode:
**`npm start`**