Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 794 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 794 Bytes

Milestone (still in development)

A modern to-do app built with React for the frontend and Django for the backend. This app allows users to create, edit, mark as complete, and delete tasks. It uses Material UI for a sleek, responsive design and Django REST Framework for the API. A Pomodoro timer will also be implemented to keep track of one's study progress.

Features

  • User authentication and login with access and refresh tokens.
  • Create, edit, delete, and mark tasks as completed.
  • User-friendly interface with Material UI.
  • Backend built with Django and Django REST Framework.
  • Mobile-responsive and modern design.

Technology Stack

  • Frontend: React, Material UI
  • Backend: Django, Django REST Framework
  • Database: SQLite (easily changeable to other databases)