Loading repository dataβ¦
Loading repository dataβ¦
DevA6O / repository
π A full stack todo list for learning purpose π¨βπ» Tools: React with TailwindCSS and Python FastAPI for the backend π
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
MyTasks is a modern and responsive full-stack To-Do List App built with React (frontend) and FastAPI (backend).
The goal is to provide a clean, intuitive, and fast interface for managing personal tasks β ideal for productivity lovers who care about simplicity and performance.
β οΈ Note: This project is a personal learning project and is not under active development.
However, contributions from the community are very welcome! Feel free to open an issue or submit a pull request β
Iβll do my best to review and respond.
cd frontend
npm install
npm run dev
python -m venv env
source env/bin/activate # On Windows: env\Scripts\activate
pip install -r requirements.txt
uvicorn main:app --reload
Important: The app uses the Poppins font. Please make sure it is installed on your system for the best visual experience.
- Frontend:
npm run test:all
- Backend:
cd api
pytest tests
Feel free to open issues or contribute via PR!
Built with π» & β by someone who really likes clean code.