Skip to content

MarielaRH/taskger_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taskger

This is a project to manage tasks of team works.

Clone Project

First you should clone this repository, you can run:

git clone https://github.com/MarielaRH/taskger_react.git

Run Project

After in the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.\

When the project is running it will be necessary add into the file App.tsx the token for the project can make the queries and mutations to the API. Into this file there is a variable named 'token'.

About Project

This project has the ability to create, update and delete tasks, each task need a name, user assignee, due date, status and tags to be clasificate.

Within the project there are three main routes:

/ and /tasger shows dashboard-page
/mytasks shows my-tasks-page
/settings shows profile-page

Core this project is the dashboard page, because in this page is where we can manage tasks, within dashboard page there are five columns in which tasks will be clasificated by status, that columns are:

  • Todo
  • In Progress
  • Backlog
  • Cancelled
  • Done

The following libraries were used to build this project:

Project Images

Dashboard page with sidebar hide

Dashboard page showing sidebar

Profile page

Task car

Form for create and update a task

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published