{"id":19207218,"url":"https://github.com/khelsai01/green_mentor_assignment","last_synced_at":"2026-04-09T06:42:28.564Z","repository":{"id":229436824,"uuid":"776286331","full_name":"khelsai01/green_mentor_assignment","owner":"khelsai01","description":"Task managments app ","archived":false,"fork":false,"pushed_at":"2024-03-24T09:17:44.000Z","size":207,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T15:36:25.655Z","etag":null,"topics":["express","github","mongodb","nodejs","rander","reactjs","redux","tailwindcss","vercel"],"latest_commit_sha":null,"homepage":"https://green-mentor-client.vercel.app","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/khelsai01.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-03-23T04:47:59.000Z","updated_at":"2024-03-24T09:29:18.000Z","dependencies_parsed_at":"2024-03-24T11:30:11.427Z","dependency_job_id":"3841b6c4-adab-4c42-8ba4-50e0d60e4eef","html_url":"https://github.com/khelsai01/green_mentor_assignment","commit_stats":null,"previous_names":["khelsai01/green_mentor_assignment"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khelsai01%2Fgreen_mentor_assignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khelsai01%2Fgreen_mentor_assignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khelsai01%2Fgreen_mentor_assignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khelsai01%2Fgreen_mentor_assignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khelsai01","download_url":"https://codeload.github.com/khelsai01/green_mentor_assignment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240280825,"owners_count":19776414,"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":["express","github","mongodb","nodejs","rander","reactjs","redux","tailwindcss","vercel"],"created_at":"2024-11-09T13:18:52.646Z","updated_at":"2025-12-30T18:54:32.850Z","avatar_url":"https://github.com/khelsai01.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":" # Task Manager\r\n\r\n## Introduction\r\n\r\nThis project is task managment app. That can help to manage your task for the day or week. In this tasks you can mention the your task tile, description. And when you want to some change of your task title or description you change single as well as both together. And you want to delete the task you can delete and reflect at real time UI and delete from database as well.This Tasks Manager app solve the problem to manage your daily task list.\r\n\r\n## Project Type\r\n### Fullstack\r\n\r\n## Deployed App\r\n\r\n***Client link*** \r\n\r\n[https://green-mentor-client.vercel.app](https://green-mentor-client.vercel.app)\r\n\r\n***Server link***\r\n\r\n[https://green-mentor-server.onrender.com](https://green-mentor-server.onrender.com)\r\n\r\n## Directory Structure\r\n\r\ngreen_mentor_assignment/\r\n├─ client/\r\n   ├─public/\r\n   ├─ src/\r\n       ├─components/\r\n       ├─ Redux/\r\n       ├─ App.js\r\n       ├─ index.js\r\n├─ server/\r\n   ├─middleware/\r\n   ├─ models/\r\n   ├─ routes/\r\n   ├─ .env\r\n   ├─ db.js\r\n   ├─ index.js\r\n\r\n\r\n\r\n## Video Walkthrough of the project\r\n[Appliction Video](https://drive.google.com/file/d/1FA_cjmZj-aHS5bmeA3wdXAWf9r7XNKw-/view?usp=sharing)\r\n\r\n\r\n## Features\r\n- Display tasks list\r\n- Create new task\r\n- Edit the existing Task title , description.\r\n- Detele  task from  UI and database\r\n\r\n## Installation \u0026 Getting started\r\nDetailed instructions on how to install, configure, and get the project running. For Tasks Manager app projects, guide the reviewer how to check supabase database etc.\r\n\r\n***For local***\r\n```bash \r\ngit clone `url of tasks manager app`\r\ncd green_mentor_assignment\r\nnpm install\r\nnpm run start\r\n```\r\n\r\n## Usage\r\n1. Display the task list.\r\n2. Create task by title, description\r\n3. It can shown on UI\r\n4. Edit the task title or description and both as well.\r\n5. Detele task by clicking the Delete button\r\n\r\n```bash\r\ntitle - Reactjs\r\nDescription - Reactjs is frontend javascript liberay.\r\n```\r\n\r\n## Landing page of task Manager\r\n\r\n![landing](https://github.com/khelsai01/green_mentor_assignment/assets/119441119/df36c53a-06df-4891-8ef4-d403c35eacbf)\r\n\r\n\r\n### Register page\r\n*Register the app using username , email, password in register page*\r\n![register](https://github.com/khelsai01/green_mentor_assignment/assets/119441119/1ebd5452-610f-4802-9e95-65684ad4ebd0)\r\n\r\n\r\n### Sign In page\r\n\r\n**Put email and password of valid creditional**\r\n\r\n![logintask](https://github.com/khelsai01/green_mentor_assignment/assets/119441119/e5237d0e-23e8-40db-a577-c57afafbb1cb)\r\n\r\n**After fill email password click on login button the get alert woth name name login successfull**\r\n\r\n![login alert](https://github.com/khelsai01/green_mentor_assignment/assets/119441119/99304992-1aa7-4072-a4a0-ab31054bfb0f)\r\n\r\n\u003cbr/\u003e\r\n\u003cbr/\u003e\r\n\u003cbr/\u003e\r\n\r\n\r\n\u003cbr/\u003e\r\n\u003cbr/\u003e\r\n\u003cbr/\u003e\r\n\r\n## Task list page\r\n \r\n ![task list](https://github.com/khelsai01/green_mentor_assignment/assets/119441119/5443eca5-f802-4a4f-b654-3328201972ad)\r\n\r\n\r\n\u003cbr/\u003e\r\n\u003cbr/\u003e\r\n\u003cbr/\u003e\r\n\r\n## Add task\r\n\r\n![add](https://github.com/khelsai01/green_mentor_assignment/assets/119441119/5c8c5d7c-7409-4dc8-85d6-5f5b7b367bdf)\r\n\r\n![add task](https://github.com/khelsai01/green_mentor_assignment/assets/119441119/b139260f-d26b-4cc2-83cf-ae88a276c21d)\r\n\r\n ![added task](https://github.com/khelsai01/green_mentor_assignment/assets/119441119/51dfff44-43ca-4810-831b-3e524baaa555)\r\n\r\n\u003cbr/\u003e\r\n\u003cbr/\u003e\r\n\u003cbr/\u003e\r\n\r\n**Edit the Task title and description**\r\n\r\n\u003cbr/\u003e\r\n\r\n\r\n\u003cbr/\u003e\r\n\u003cbr/\u003e\r\n\r\n![before edit](https://github.com/khelsai01/green_mentor_assignment/assets/119441119/a58d5270-5854-4ab5-ae51-1da7d5d03cbb)\r\n\r\n![edit](https://github.com/khelsai01/green_mentor_assignment/assets/119441119/4f9f4413-74c0-4495-bbfc-7126158cb5bc)\r\n\r\n\u003cbr/\u003e\r\n\u003cbr/\u003e\r\n\r\n**after edit update list is**\r\n\r\n![updated](https://github.com/khelsai01/green_mentor_assignment/assets/119441119/0c940844-bf8a-4dab-a04a-07ce29bcf1a8)\r\n\r\n\u003cbr/\u003e\r\n\u003cbr/\u003e\r\n\u003cbr/\u003e\r\n\r\n## Delete the task by clicking on `delete` button\r\n\r\n![delete](https://github.com/khelsai01/green_mentor_assignment/assets/119441119/3627765d-c1f1-4697-83aa-f9f454c6f058)\r\n\r\n## Technology Stack\r\n\r\n- Nodejs\r\n- express.js\r\n- mongoDB\r\n- cors\r\n- Reactjs\r\n- Redux\r\n- React-router-dom\r\n- Tailwind\r\n- Github\r\n- Vercel\r\n- Render\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhelsai01%2Fgreen_mentor_assignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhelsai01%2Fgreen_mentor_assignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhelsai01%2Fgreen_mentor_assignment/lists"}