{"id":16883233,"url":"https://github.com/beraliv/react-todo","last_synced_at":"2026-04-09T18:02:02.463Z","repository":{"id":53359629,"uuid":"103520100","full_name":"Beraliv/react-todo","owner":"Beraliv","description":"React / ES6 Todo App","archived":false,"fork":false,"pushed_at":"2019-11-02T12:33:24.000Z","size":2366,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T09:53:06.622Z","etag":null,"topics":["js","react","redux","todo"],"latest_commit_sha":null,"homepage":"https://beraliv.github.io/react-todo/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Beraliv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-14T10:37:21.000Z","updated_at":"2019-11-02T12:33:18.000Z","dependencies_parsed_at":"2022-09-11T04:32:03.450Z","dependency_job_id":null,"html_url":"https://github.com/Beraliv/react-todo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beraliv%2Freact-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beraliv%2Freact-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beraliv%2Freact-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beraliv%2Freact-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Beraliv","download_url":"https://codeload.github.com/Beraliv/react-todo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244554040,"owners_count":20471172,"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":["js","react","redux","todo"],"created_at":"2024-10-13T16:10:55.099Z","updated_at":"2025-12-31T00:09:06.439Z","avatar_url":"https://github.com/Beraliv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-todo\nReact / Redux / ES6 Todo Application\n\n\u003cp\u003e\n\u003ca href=\"https://travis-ci.org/Beraliv/react-todo\"\u003e\u003cimg src=\"https://travis-ci.org/Beraliv/react-todo.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href='https://david-dm.org/Beraliv/react-todo'\u003e\u003cimg src='https://david-dm.org/Beraliv/react-todo.svg' alt=\"Dependency Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://david-dm.org/Beraliv/react-todo/?type=dev\"\u003e\u003cimg src=\"https://david-dm.org/Beraliv/react-todo/dev-status.svg\" alt=\"devDependency Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-green.svg\" alt=\"MIT licence\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nThis project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).\n\n## Table of Contents\n\n- [Quick Start](#quick-start)\n- [Project description](#project-description)\n- [NPM tasks](#npm-tasks)\n- [The possibilities of the project](#the-posibilities-of-the-project)\n- [Future updates](#future-updates)\n  - [Version 1.1.0](#version-1.1.0)\n  - [Version 1.2.0](#version-1.2.0)\n  - [Version 1.3.0](#version-1.3.0)\n- [Demo](#demo)\n- [License](#license)\n  \n  \n## Quick Start\n\nTo download the project, you need to clone it first.\n\n``\ngit clone https://github.com/Beraliv/react-todo\n``\n\nAfter that, you need to install all dependencies.\nIt will create `node_modules` folder.\n\n``\nnpm i\n``\n\nFinally, you need to start the project.\n\n``\nnpm run start\n``\n\n## Project description\n\nThe project consists of:\n\n* [React](https://facebook.github.io/react/) library.\n  * [Redux](https://github.com/Beraliv/react-todo#redux) Framework.\n  * [Redux-Saga](https://github.com/Beraliv/react-todo#redux-saga) Framework.\n* [Feather Icons](https://feathericons.com/).\n* [Flat UI Colors](https://flatuicolors.com/).\n* Pure [CSS](https://www.w3schools.com/css/css_intro.asp).\n\n## Redux\n\nRedux is the framework in the project by default in the branch `master`.\n\nDocumentation is available here: http://redux.js.org/\n\n## Redux-Saga\n\nRedux-Saga is accessible in the branch `redux-saga`. PR is created and can been seen here: [PR #3](https://github.com/Beraliv/react-todo/pull/3)\n\nDocumentation is available here: https://redux-saga.js.org/\n\n## NPM tasks\n\n### `npm run predeploy`\n\nIt builds the project and put all files to `build` folder\n\n### `npm run deploy`\n\nIt saves `build` folder on a `gh-pages` branch creating it in case it doesn't exist.\nAfter that you can see [Demo](#demo).\n\nNB: it requires `npm` and `gh-pages` in a global space. Before running the task `npm` installs `gh-pages`.\n\n## The possibilities of the project\n\nFor version 1.0.0 it's possible to:\n\n* Add new todo.\n* Remove todo.\n* Make active and complete todo.\n* Select all todos and toggle them all together (see 3rd point).\n\n## Future updates\n\n### Version 1.1.0\n\n* [Allow to edit todos](https://github.com/Beraliv/react-todo/issues/1).\n* ~~Save todos using local storage~~ from [issue 2](https://github.com/Beraliv/react-todo/issues/2).\n* Add [ESLint](https://eslint.org/) support.\n\n### Version 1.2.0\n\n* [Webpack](https://webpack.github.io/) rewriting.\n* [Less](http://lesscss.org/) support.\n* [Jest](https://facebook.github.io/jest/) test cases.\n\n### Version 1.3.0\n\n* Add an adaptive design.\n* Improve support for old browsers.\n* Update UI.\n\n## Demo\n\nYou can see built example [here](https://beraliv.github.io/react-todo/)\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberaliv%2Freact-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberaliv%2Freact-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberaliv%2Freact-todo/lists"}