{"id":21184936,"url":"https://github.com/othmane099/todo-list-app-fastAPI-react","last_synced_at":"2025-07-10T00:34:00.738Z","repository":{"id":223175061,"uuid":"759489251","full_name":"othmane099/todo-list-app-fastAPI-react","owner":"othmane099","description":"Simple todo list application","archived":false,"fork":false,"pushed_at":"2024-02-25T07:36:17.000Z","size":4693,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T21:40:21.193Z","etag":null,"topics":["fastapi","javascript","python","react","todolist"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/othmane099.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-18T18:20:52.000Z","updated_at":"2024-09-07T07:32:14.000Z","dependencies_parsed_at":"2024-02-25T08:31:05.647Z","dependency_job_id":null,"html_url":"https://github.com/othmane099/todo-list-app-fastAPI-react","commit_stats":null,"previous_names":["othmane099/todo_app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/othmane099/todo-list-app-fastAPI-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othmane099%2Ftodo-list-app-fastAPI-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othmane099%2Ftodo-list-app-fastAPI-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othmane099%2Ftodo-list-app-fastAPI-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othmane099%2Ftodo-list-app-fastAPI-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/othmane099","download_url":"https://codeload.github.com/othmane099/todo-list-app-fastAPI-react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othmane099%2Ftodo-list-app-fastAPI-react/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264506235,"owners_count":23619002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastapi","javascript","python","react","todolist"],"created_at":"2024-11-20T18:14:07.571Z","updated_at":"2025-07-10T00:34:00.205Z","avatar_url":"https://github.com/othmane099.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About\nMy project is a simple to-do list application. The front end is built using React, utilizing the template. The backend is developed with Python, employing FastAPI. The application includes the following features:\n\n- Users can create multiple lists by specifying the list name. Each list can contain different items (tasks), with each item having a title, priority (high, medium, low, or none), and due date.\n  \n![image](https://github.com/othmane099/todo_app/assets/48645187/ee2329d8-659a-4ab0-ac6f-f9c57cd22ab3)\n\n- Accessing the item list of a specific list is achieved by navigating to the list of lists and then clicking on the desired list's name.\n\n![image](https://github.com/othmane099/todo_app/assets/48645187/f68f47ca-7842-47c2-8d70-94681f4a09e4)\n\n- Items can be marked as done by checking their respective checkboxes.\n- Filtering options are available within each list based on priority and item status (done or not yet).\n  \n![image](https://github.com/othmane099/todo_app/assets/48645187/fd655c9e-fa6f-4069-8adc-0a33b9036466)\n\n- The project contains a dashboard with 4 KPIs:\n  - Total number of items (both done and not yet done).\n  - Number of items not done.\n  - Number of items with a due date and not done.\n  - Number of items with high priority and not done.\n  \n![image](https://github.com/othmane099/todo_app/assets/48645187/a497ae82-a8c9-45b5-b5b3-4e02e4d5e490)\n\n\nI tried writing clean and understandable code throughout the project, ensuring readability. I'm looking forward to your feedback!\n\n## Installation\nClone the project\n\n```bash\ngit clone https://github.com/othmane099/todo_app.git\n```\n\n#### Backend\nSet up virtual environment\n\n```Bash\npython3 -m venv .venv\nsource .venv/bin/activate\n```\nInstall requirements\n\n```Bash\npip install -r requirements.txt\n```\nSet up db_url in main.py\n\n\n```Bash\nregister_tortoise(\n    app,\n    db_url='mysql://root:password@localhost/todo_db',\n    modules={\"models\": [\"models\"]},\n    generate_schemas=True,\n    add_exception_handlers=True\n)\n```\nRun the server\n\n\n```Bash\npython -m uvicorn main:app --reload\n```\n\n#### Frontend\n\n**Recommended Node.js v18.x.**\n\nInstall Packages\n\n```\nyarn install\n```\nStart server\n```\nyarn dev\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothmane099%2Ftodo-list-app-fastAPI-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fothmane099%2Ftodo-list-app-fastAPI-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothmane099%2Ftodo-list-app-fastAPI-react/lists"}