{"id":13570321,"url":"https://github.com/MatheusCavini/ReactJS-ToDoList","last_synced_at":"2025-04-04T06:32:23.118Z","repository":{"id":178146921,"uuid":"588746129","full_name":"MatheusCavini/ReactJS-ToDoList","owner":"MatheusCavini","description":"To-do List in React JS","archived":false,"fork":false,"pushed_at":"2024-07-13T17:59:20.000Z","size":3002,"stargazers_count":46,"open_issues_count":1,"forks_count":15,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T01:05:06.368Z","etag":null,"topics":["react","react-todo","react-todo-app","react-todo-list","reactjs","styled-components","task-manager","todo-list","todoapp","todolist","ts","typescript","website"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/MatheusCavini.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":"2023-01-13T22:16:46.000Z","updated_at":"2025-03-21T21:36:02.000Z","dependencies_parsed_at":"2024-01-14T03:50:33.719Z","dependency_job_id":"d36b6ffc-e3ac-45d5-861a-0bfab18dc6af","html_url":"https://github.com/MatheusCavini/ReactJS-ToDoList","commit_stats":null,"previous_names":["matheuscavini/reactjs-todolist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatheusCavini%2FReactJS-ToDoList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatheusCavini%2FReactJS-ToDoList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatheusCavini%2FReactJS-ToDoList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatheusCavini%2FReactJS-ToDoList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatheusCavini","download_url":"https://codeload.github.com/MatheusCavini/ReactJS-ToDoList/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247134992,"owners_count":20889412,"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":["react","react-todo","react-todo-app","react-todo-list","reactjs","styled-components","task-manager","todo-list","todoapp","todolist","ts","typescript","website"],"created_at":"2024-08-01T14:00:50.975Z","updated_at":"2025-04-04T06:32:18.110Z","avatar_url":"https://github.com/MatheusCavini.png","language":"TypeScript","funding_links":[],"categories":["Todo List Project"],"sub_categories":[],"readme":"# ReactJS-ToDoList\n## Introduction\nThis project implements the Front-End for a simple To-Do List web application, using the React JS library, and also Styled Components replacing pure CSS.\u003cbr/\u003e\nIt includes the login page and the general UI of the app. \u003cbr/\u003e\nThe login authentication logic and the tasks database for each user are not implemented, since this project aims to be a Front-End study only.\n\n## Demonstration\n\n\nhttps://user-images.githubusercontent.com/122649188/214991561-d29b14eb-560a-4ba4-aa12-0656278d3fc8.mp4\n\n\n\n## Inspiration\nThe login page was inspired in [this design](https://dribbble.com/shots/17564792-Log-in-page-Untitled-UI/attachments/12710737?mode=media) by Jordan Hughes.\nThe home page was inspired in [this design](https://dribbble.com/shots/14440819-KosmoTime-Task-Manager/attachments/6121947?mode=media) by Mik Skuza.\n\n## Features\n• Login page, including Sign In button, which redirects to the main application; \u003cbr/\u003e\n• Application UI with navigation sidebar and area for the to-do list; \u003cbr/\u003e\n• Add new task, setting name and categorie properties; \u003cbr/\u003e\n• Delete task, with a modal for confirming the action; \u003cbr/\u003e\n• Check task as done via checkbox; \u003cbr/\u003e\n• Filter tasks showing in the to-do list by \"done\", \"not done\" or \"all\"; \u003cbr/\u003e\n• Filter tasks showing in the to-do list by their categorie, via selecting on the sidebar; \u003cbr/\u003e\n• Authorization: user cannot access home page before login, neither login page after logged. \u003cbr/\u003e\n\nObs.: currently, the \"edit task\" and adding or removing categories functionalities are not implemented, since I considered it wouldn't contribute that much to my personal learning, and would be very time consuming. Maybe I'll implement this later on.\n\n## Usage\nIf you want to try this project yourself:\n1. Install Node on your machine, via https://nodejs.org/en/.\n2. Install Yarn on your machine via terminal command: `sudo npm install -g yarn`\n3. Install Git on your machine, via https://git-scm.com/downloads.\n4. Clone this repository to your machine. (more on how to do this [here](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository))\n5. Run ```yarn install``` on the terminal, inside the folder where you downloaded the project, to install all used dependencies.\n6. Run `yarn start` to run the project on your browser.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMatheusCavini%2FReactJS-ToDoList","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMatheusCavini%2FReactJS-ToDoList","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMatheusCavini%2FReactJS-ToDoList/lists"}