https://github.com/karamithat/task-manager
https://github.com/karamithat/task-manager
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/karamithat/task-manager
- Owner: karamithat
- Created: 2022-04-16T00:40:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T07:54:29.000Z (over 4 years ago)
- Last Synced: 2025-10-20T00:19:46.314Z (9 months ago)
- Language: TypeScript
- Size: 17.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Task Manager
This is a simple task manager.
Source code for creating a task management app in React and TypeScript.
Each task can be given a title and a description and assigned a process label.
You can also delete a task.
In the project directory, you can run:
### `npm install`
and
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.