{"id":17645421,"url":"https://github.com/harshsinghvi/todo-app","last_synced_at":"2026-04-11T01:06:32.933Z","repository":{"id":112537531,"uuid":"352659733","full_name":"harshsinghvi/todo-app","owner":"harshsinghvi","description":"TODO APP with React, Node, Express, mongodb and Redux","archived":false,"fork":false,"pushed_at":"2021-05-04T07:46:09.000Z","size":1673,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T07:15:00.048Z","etag":null,"topics":["express","mongodb","node","nodejs","nodejs-api","react"],"latest_commit_sha":null,"homepage":"https://todo-app-harsh.herokuapp.com","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/harshsinghvi.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":"2021-03-29T13:48:34.000Z","updated_at":"2021-05-04T07:46:11.000Z","dependencies_parsed_at":"2023-05-15T20:15:47.022Z","dependency_job_id":null,"html_url":"https://github.com/harshsinghvi/todo-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harshsinghvi/todo-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshsinghvi%2Ftodo-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshsinghvi%2Ftodo-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshsinghvi%2Ftodo-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshsinghvi%2Ftodo-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshsinghvi","download_url":"https://codeload.github.com/harshsinghvi/todo-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshsinghvi%2Ftodo-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276662416,"owners_count":25682029,"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","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"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":["express","mongodb","node","nodejs","nodejs-api","react"],"created_at":"2024-10-23T10:56:16.200Z","updated_at":"2025-09-23T22:59:14.285Z","avatar_url":"https://github.com/harshsinghvi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TODO APP with React, Node, Express, mongodb and Redux\n\u003e I have made the backend on Express Js and there by the Bcakend serves the static files and the index.html file generated React UI. I have used Redux to store counts of Completed tasks and total tasks between Footer component and the Main app component (TodoApp.js). Backend connects to Database(MongoDB) and has API endpoints.\n \n## Live Demo: [https://todo-app-harsh.herokuapp.com](https://todo-app-harsh.herokuapp.com)\n\n## Usage:\n\n- Clone the Repository \n\n```bash\ngit clone https://github.com/harshsinghvi/todo-app.git\ncd todo-app\n```\n- install Dependencies\n`npm install`\n- build ReactUI FrontEnd `npm run buid`\n- set the **MONGO_DB_URI** environment variable so that our backend can access Database `export MONGO_DB_URI=\"mongodb+srv://\u003cUSER\u003e:\u003cPASS\u003e@cluster0.******.mongodb.net/todo-app\"` and make a database name `todo-app` and a collection in it names `todos`.\n- Run the Server \n`npm start` \n\u003e index.js serves backend and frontend together\n\n## API \n\nThis API communicates data in JSON format.\n\n- `GET /` - Serves the webapp (frontend)\n- `GET /api/todos` - Returns the list TODOS with their properties \n- `POST /api/todos` - Takes `\"name\"` in and creates new todo \n- `PUT /api/todos` - updates a specific todo distincted by `_id` property given by `GET /api/todos`\n- `DELETE /api/todos` - Deletes a specific todo distincted by `_id` property given by `GET /api/todos`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshsinghvi%2Ftodo-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshsinghvi%2Ftodo-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshsinghvi%2Ftodo-app/lists"}