Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibibeklamichhane/taskmanagement-fe
https://github.com/ibibeklamichhane/taskmanagement-fe
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibibeklamichhane/taskmanagement-fe
- Owner: ibibeklamichhane
- Created: 2024-12-11T11:36:57.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-12-11T13:58:18.000Z (26 days ago)
- Last Synced: 2024-12-11T14:32:39.123Z (26 days ago)
- Language: TypeScript
- Homepage: https://taskmanagement-fe.vercel.app/login
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Task management application
#Features
```
1.Create a user: url/signup
2.Each user can access their dashboard
3.Protected routes
4.ony a specific user can see only his tasks
5.Users can perform crud operations for their task in their dashboard```
#Routes:
```
1> For Register: url/register
2> for Login: url/login
3> Access all the task at the url/tasklist
```
##Installation Process
```
clone this repo:
git clone
cdnpm run dev
```