https://github.com/khalil-codes/todo-react-typescript-app
This is a simple todo app built using typescript and react context. User can add, delete, mark complete a todo as well as filter todos based on their status.
https://github.com/khalil-codes/todo-react-typescript-app
Last synced: 3 months ago
JSON representation
This is a simple todo app built using typescript and react context. User can add, delete, mark complete a todo as well as filter todos based on their status.
- Host: GitHub
- URL: https://github.com/khalil-codes/todo-react-typescript-app
- Owner: Khalil-codes
- Created: 2022-02-16T12:11:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T12:16:23.000Z (over 4 years ago)
- Last Synced: 2025-01-26T19:44:40.064Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 282 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with Todo App
This is a simple todo app built using typescript and react context. User can add, delete, mark complete a todo as well as filter todos based on thier status.
## Available Scripts
In the project directory, you can run:
### `npm install`
Install the dependencies.
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.