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)
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.