{"id":19288276,"url":"https://github.com/muchokidavid/todo","last_synced_at":"2026-06-19T00:31:59.483Z","repository":{"id":225386263,"uuid":"764450535","full_name":"MuchokiDavid/Todo","owner":"MuchokiDavid","description":"This is a simple Todo application built with React frontend and Flask backend, featuring authentication using JWT for resource authorization.","archived":false,"fork":false,"pushed_at":"2024-02-29T07:49:41.000Z","size":220,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T23:28:57.296Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/MuchokiDavid.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}},"created_at":"2024-02-28T05:06:57.000Z","updated_at":"2024-05-10T15:33:50.000Z","dependencies_parsed_at":"2024-03-01T20:36:27.689Z","dependency_job_id":null,"html_url":"https://github.com/MuchokiDavid/Todo","commit_stats":null,"previous_names":["muchokidavid/todo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MuchokiDavid/Todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2FTodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2FTodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2FTodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2FTodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuchokiDavid","download_url":"https://codeload.github.com/MuchokiDavid/Todo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2FTodo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34513020,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-09T22:08:33.812Z","updated_at":"2026-06-19T00:31:59.462Z","avatar_url":"https://github.com/MuchokiDavid.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todo App\n\nThis is a simple Todo application built with React frontend and Flask backend, featuring authentication using JWT for resource authorization.\n\n## Technologies Used\n\n- React\n- Flask\n- Bootstrap\n- Tailwind CSS\n- REST API\n- JWT (JSON Web Tokens)\n\n## Features\n\n- User authentication with JWT\n- CRUD operations for managing todos\n- Responsive design using Bootstrap and Tailwind CSS\n- RESTful API endpoints for interacting with the backend\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js\n- Python\n- Flask\n- Pipenv (optional)\n\n### Installation\n\n1. Clone the repository:\n\n```bash\n\ngit clone https://github.com/muchokidavid/todo-app.git\ncd todo-app\n```\n\n2. Install dependencies for frontend:\n\n```bash\ncd frontend\nnpm install\n```\n\n3. Install dependencies for backend:\n\n```bash\ncd ../backend\npip install -r requirements.txt\n```\n\n## Configuration\n\n1. Set up environment variables:\n\n    - Create a .env file in the backend directory.\n    - Define the following variables in the .env file:\n        - SECRET_KEY: Secret key for JWT token encryption.\n        - DATABASE_URL: Connection URL for your database.\n\n## Usage\n\n1. Start the backend server:\n\n```bash\ncd backend\npython app.py\n```\n\n2. Start the frontend server:\n\n```bash\ncd ../frontend\nnpm start\n```\n\n3. Open your web browser and navigate to http://localhost:3000 to access the Todo app.\n\n## API Endpoints\n\n- POST /register: Register a new user.\n- POST /login: Login and receive JWT token.\n- GET /todos: Retrieve all todos.\n- GET /todos/:id: Retrieve a specific todo by ID.\n- POST /todos: Create a new todo.\n- PUT /todos/:id: Update an existing todo by ID.\n- DELETE /todos/:id: Delete a todo by ID.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit pull requests or open issues if you encounter any bugs or have suggestions for improvements.\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Author\n\n- David Muchoki","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuchokidavid%2Ftodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuchokidavid%2Ftodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuchokidavid%2Ftodo/lists"}