Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albaitas/react-app-typescript-cv3
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-cv3
fontawesome react-hooks react-todo-app react-transition-group reactjs typescript
Last synced: 11 days 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-cv3
- Owner: albaitas
- Created: 2022-03-28T10:32:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T11:21:03.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T14:29:15.303Z (2 months ago)
- Topics: fontawesome, react-hooks, react-todo-app, react-transition-group, reactjs, typescript
- Language: TypeScript
- Homepage: https://react-app-typescript-cv3.netlify.app/
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-app-typescript-cv3
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-cv3.netlify.app/
## Features
- Add task
- Remove task
- Toggle task
- Update task
- Tablet and mobile friendly## Build with
- React Js, Css, Typescript
- React Hooks: useState
- fontawesome, react-transition-group## 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-cv3.git`**
Install dependencies:
**`npm install`**
Runs the app in the development mode:
**`npm start`**