Skip to content

RootHex200/Fullstack-taskmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Task Manager

Task Manager is a android app that help to note your task and
easily help to compelete your task

Android Android
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Roadmap

About The Project


Task Manager is android version app that save task and help to complete work easily.The app was made with Flutter as a Frontend Technology and Node js as a Backend Technology.This app help those people who complete daily or weekly task step by step.

(back to top)

Features with Snapshots

  1. User Login and Registers.

    snapshot

  2. Get home page with and see ALL task category

    snapshot
  3. Get category base Task

    snapshot

  4. Get all category task in All page option

    snapshot

Built With

Frontend Technology

Backend Technology

(back to top)

Prerequisites

There are some prerequisites to run this app and server

  • Flutter

    Flutter has a greate documentation for enviroment setup

Roadmap

Frontend

  • Create five screen.
    • first 2 screen for Sign in and sign up
    • 3rd screen for category option.
    • 4th screen for show category base data
    • 5th screen for save data
  • Take infromation for sign in and sign up and send it to server when wiil be pressed sign in and sign up button.
  • create gridview builder in home page then get data from server for show categroy option when click categroy option then get data from server for show categroy base task.when click "ALL" categroy option then get data from server to show All task
  • crete floationaction bar when pressed floationaction bar for added new task then take information and send it to server
  • when click delete and update button then send task id and new info of update value in server
  • when click add category name in added task page take name and send it to server
  • When click logout option then clear shared_preferences data

Backend

  • Create a Request Session.
  • send POST request for sign in and sign up(create new user as a uniqe email)
  • send GET request for get all task
  • send DELETE request for delete task
  • send PATCH request for upate task data
  • send GET request for get category name
  • send POST request for add category name
  • send POST request for add new task

(back to top)

About

This is Task manager app.user can create new task with category and delete ,update task.this app make by API(node js,express js)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published