Skip to content

🧾A simple app to manage projects. These projects can have multiple tasks.

Notifications You must be signed in to change notification settings

fichimura/project-management-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project management app

This is a simple project to develop an app to manage projects. The projects have an id, name, description and due date. In addition, these objects have tasks. And finally, these tasks have name, the projectId, and taskId

This is an application made because of the course React - The Complete Guide 2024 (incl. React Router & Redux)

Installation/How to use it

Since this is a react app build with help of Vite, you need the requisites of Vite. In the date of this project the official site says: 'Vite requires Node.js version 18+. 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.'. Therefore you must have node in your machine.

Once you have the requirements, run the following commands:

  • Git clone this repository
  • npm i
  • npm run dev

Finally this will enable you to access the app in the default port configured by Vite.

About

🧾A simple app to manage projects. These projects can have multiple tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published