Application for managing projects and organizing the development process.
You can access the project here
React js & Vite
This application allows you to find:
- Information about the different phases of the project process.
- Support material for carrying out a project.
- Viewer of which phase of the project creation process you are in.
- Tracking your daily state of motivation, creativity, productivity, concentration and socialization.
- Recommendations based on the tracking you have marked on the day.
- Task manager with specific information (duration, phase of the project process and relevance).
- Organization of tasks by relevance.
- Vite
- React
- React-router-dom
- React Responsive
- Firebase
- Firestore
- Tailwind
- DaisyUI
- Fortawesome
- Clone
git clone https://github.com/DreaRuiz/Creatica.git - Enter the folder
cd <creatica> - Install dependencies
npm install - Run
npm run start
