Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ibibeklamichhane/taskmanagement-fe


https://github.com/ibibeklamichhane/taskmanagement-fe

Last synced: 24 days ago
JSON representation

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
cd

npm run dev

```