Giter VIP home page Giter VIP logo

track-my-project's Introduction

Track My Project

Track my project is simple project management and tracking tool with following features:

  • Manage projects.
  • Track Project: Maintain 5 Stages of the project.
  • Dashboards.

Running App

  • Make sure you have docker installed and running and you also need latest version of node.
  • Run following commands After a while, a new browser tab will open, and you can start exploring the application. If no tab is open, navigate to http://localhost:3000.
npm install && npm start

Features

Manage project

  • Managing project includes changining the project Stages or performing a CRUD create, read, update, delete operation on the project.

Track Project

  • Tracking project includes 5 key stages.
    • New: Default status when project is created.
    • In Progress: Work in progress.
    • Completed: Project finished successfully.
    • Cancelled: Project cancelled.
    • Archived: Project marked as archived.

Dashboards

  • Home screen displays the dashboard stats with visual charts.
    • Number of project for each Stage.
    • Top 5 most expensive projects.

Track my project workings

  • Rows define actions, E.g., Delete a project.
  • Columns represent the Stages of the project.
  • 3rd row, 5th columns state: A project can be Deleted in Archived stage.
New In Progress Completed Cancelled Archived
Create Yes No No No No
Update Yes Yes No No No
Delete No No No No Yes
Cancel No Yes No No No
Archive Yes Yes Yes Yes No
Unarchive No No No No Yes

Tech Stack

  • NextJS, WunderGraph, TypeScript, PostgreSQL, react-chartjs-2, Chakra UI

Any Questions or Suggestions?

  • Feel free to open an issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.