This is a web project built using npm, React, and TypeScript. It aims to provide a user-friendly interface for managing tasks.
- Task creation and management
- User authentication and authorization
- Real-time updates using websockets
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-repo.git
- Install dependencies:
npm install
- Start the development server:
npm start
Once the development server is running, you can access the web application in your browser at http://localhost:3000
. From there, you can create tasks, manage them, and interact with other features of the application.
If you'd like to contribute to this project, please follow the guidelines in the CONTRIBUTING.md file.
This project is licensed under the MIT License. See the LICENSE.md file for details.
- Finish home page
- Finish contact page
- Add lang for es-eng-deu-etc...
- Fix mobile view (hamburger)
- Check .css, can be optimized
- Check MouseFollower es queda pillat.
- Check MouseFollower dissable if IsMobile
- Crear CONTRIBUTING.md file.
- Crear LICENSE.md file.