{"id":23057502,"url":"https://github.com/jerinpious/task-manager","last_synced_at":"2026-04-10T22:32:25.806Z","repository":{"id":241151506,"uuid":"796783783","full_name":"jerinpious/Task-Manager","owner":"jerinpious","description":"This is a simple task manager application built with Flask for the backend and React for the frontend. The application allows users to create, view, and delete tasks.","archived":false,"fork":false,"pushed_at":"2024-05-22T17:47:23.000Z","size":185,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-22T18:06:21.503Z","etag":null,"topics":["flask","flask-sqlalchemy","python","react","reactjs"],"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/jerinpious.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-05-06T16:11:40.000Z","updated_at":"2024-05-22T17:56:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"bdc5c6ef-6972-4673-86d4-5084fb12a5f2","html_url":"https://github.com/jerinpious/Task-Manager","commit_stats":null,"previous_names":["jerinpious/task-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerinpious%2FTask-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerinpious%2FTask-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerinpious%2FTask-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerinpious%2FTask-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jerinpious","download_url":"https://codeload.github.com/jerinpious/Task-Manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246944389,"owners_count":20858773,"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":["flask","flask-sqlalchemy","python","react","reactjs"],"created_at":"2024-12-16T02:12:36.138Z","updated_at":"2026-04-10T22:32:20.767Z","avatar_url":"https://github.com/jerinpious.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todoist Task Manager\nThis is a simple task manager application built with Flask for the backend and React for the frontend. The application allows users to create, view, and delete tasks.\n\n### Features\n- Create a new task with a title and description\n- View all tasks\n- Delete a task\n\n### Screenhots\n\u003cimg src=\"images/image1.png\" alt=\"Home Page\" width=\"800\"/\u003e\nHome page of the app where you can view all the pending tasks and can make changes like add a new task, delete etc..\n\n\n\u003cimg src=\"images/image2.png\" alt=\"Home Page\" width=\"800\"/\u003e\nAdd task modal which allows the user to input the task title and description.\n\n### Installation\n#### Prerequisites\n\nMake sure you have the following installed:\n\n- Python 3.8+\n- Node.js\n- npm (Node Package Manager)\n#### Backend\n- Clone the repository:\n~~~\n git clone https://github.com/jerinpious/Task-Manager.git\n cd todoist-task-manager\n ~~~\n- Navigate to the backend directory:\n ~~~\n cd backend\n ~~~\n- Install the required packages:\n ~~~\n pip install -r requirements.txt\n ~~~\n- Run the Flask app:\n ~~~\n python main.py\n ~~~\n- The backend server should now be running at http://127.0.0.1:5000.\n#### Frontend\n- Navigate to the frontend directory:\n ~~~\n cd ./frontend\n ~~~\n- Install the required packages:\n ~~~\n npm install\n ~~~\n- Start the React app:\n ~~~\n npm start\n ~~~\n- The frontend should now be running at http://localhost:3000\n\n### Backend\nThe backend is built with Flask and uses SQLAlchemy for database interactions. It includes the following routes:\n\n- GET /tasks: Retrieve all tasks\n- POST /create_task: Create a new task\n- DELETE /delete_task/\u003cint:task_id\u003e: Delete a task by ID\n\n### Frontend\n- App.jsx: Main component that includes state management and renders the TaskForm and TaskList components.\n- TaskForm.jsx: Form component to create a new task.\n- TaskList.jsx: Component to display all tasks with delete functionality\n\n### Contributing\nContributions are welcome! Please fork the repository and create a pull request with your changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerinpious%2Ftask-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerinpious%2Ftask-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerinpious%2Ftask-manager/lists"}