Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albaitas/react-app-typescript-fv1
It is a single page application written using Create React App, Typescript, React Hooks, with full create, read, update, delete, search and filter functionality.
https://github.com/albaitas/react-app-typescript-fv1
bootstrap4 fontawesome react-hooks react-todo-app reactjs typescript
Last synced: about 2 months ago
JSON representation
It is a single page application written using Create React App, Typescript, React Hooks, with full create, read, update, delete, search and filter functionality.
- Host: GitHub
- URL: https://github.com/albaitas/react-app-typescript-fv1
- Owner: albaitas
- Created: 2022-03-28T12:04:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T12:16:09.000Z (over 2 years ago)
- Last Synced: 2024-04-28T08:02:49.941Z (8 months ago)
- Topics: bootstrap4, fontawesome, react-hooks, react-todo-app, reactjs, typescript
- Language: TypeScript
- Homepage: https://react-app-typescript-fv1.netlify.app
- Size: 263 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-app-typescript-fv1
It is a single page application written using Create React App, Typescript, React Hooks, with full create, read, update, delete, search and filter functionality.
## Demo
Project hosted on Netlify: https://react-app-typescript-fv1.netlify.app/
## Features
- Add todo
- Remove todo
- Update todo
- ToggleLike todo
- ToggleImportant todo
- Search Todo
- Filter Todo
- Tablet and mobile friendly## Build with
- React Js, Css, Typescript
- React Hooks: useState, useContext
- fontawesome, bootstrap## 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-fv1.git`**
Install dependencies:
**`npm install`**
Runs the app in the development mode:
**`npm start`**