{"id":18991886,"url":"https://github.com/saikiran76/roundercounter","last_synced_at":"2026-04-13T14:33:34.461Z","repository":{"id":241775121,"uuid":"807604654","full_name":"saikiran76/RounderCounter","owner":"saikiran76","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-01T10:47:39.000Z","size":1385,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T08:40:20.273Z","etag":null,"topics":["firebase","javascript","material-ui","react-router-dom","react-spring","reactjs","redux","redux-toolkit","tailwindcss"],"latest_commit_sha":null,"homepage":"https://rounder-counter.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/saikiran76.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-29T12:24:17.000Z","updated_at":"2024-06-01T10:47:42.000Z","dependencies_parsed_at":"2024-05-30T03:16:01.696Z","dependency_job_id":null,"html_url":"https://github.com/saikiran76/RounderCounter","commit_stats":null,"previous_names":["saikiran76/roundercounter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saikiran76/RounderCounter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saikiran76%2FRounderCounter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saikiran76%2FRounderCounter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saikiran76%2FRounderCounter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saikiran76%2FRounderCounter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saikiran76","download_url":"https://codeload.github.com/saikiran76/RounderCounter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saikiran76%2FRounderCounter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31757481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["firebase","javascript","material-ui","react-router-dom","react-spring","reactjs","redux","redux-toolkit","tailwindcss"],"created_at":"2024-11-08T17:15:26.508Z","updated_at":"2026-04-13T14:33:34.433Z","avatar_url":"https://github.com/saikiran76.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rounder-Counter React Application\n\n## Techstack\n\u003cimg width=\"100\" src=\"https://static-00.iconduck.com/assets.00/react-icon-512x512-u6e60ayf.png\" alt=\"React\"\u003e\n\u003cimg width=\"100\" src=\"https://cdn-images-1.medium.com/max/1600/1*Vo5RDpNkOsfDn8sx06mthA.png\" alt=\"React\"\u003e\n\u003cimg width=\"100\" src=\"https://static-00.iconduck.com/assets.00/javascript-icon-512x512-q5abze8k.png\" alt=\"React\"\u003e\n\u003cimg width=\"100\" src=\"https://miro.medium.com/v2/resize:fit:300/1*R4c8lHBHuH5qyqOtZb3h-w.png\"\u003e\n\n\n\n## Overview\n\nThis is a Counter/Form application built using React which makes use of libraries like `react-spring` for smooth animations, `material-UI` for text editor.\n\n## Planning of the applicaiton design\n\u003cimg width=\"3366\" alt=\"Counter\" src=\"https://github.com/saikiran76/RounderCounter/assets/80874246/4e03d1b1-e16a-474f-b7c8-a840aaefcf09\"\u003e\n\n\nFor more visit the official docs of react-spring, Firebase, material-ui(mui-rte): \n`https://www.react-spring.dev/docs/getting-started`\n`https://firebase.google.com/docs/auth/web/start?hl=en\u0026authuser=0`\n`https://firebase.google.com/docs/database/web/start?hl=en\u0026authuser=0`\n`https://www.npmjs.com/package/mui-rte`\n\n## Report on Component Structure and Managament of states \n### Component Structure\n- Pages(Parent Components) : Home, Login\n- Home Page with following child components(along with small chunk resusable components)\n### Home Page Components\n- Counter: For counter functionality and react-spring animation\n- Form: For User data, also with Local storage functionality (global states \u0026 action dispatches)\n- Rich Text Editor: Text Editor with options Bold, italic and more built with Material UI\n- User Result component: Displays the result as JSON object\n- Beizer Footer: Footer section to showcase animations with Beizer curve easing (Back and Forth animations of Background Gradient) \n### Bunch of Reusable Components\n- Input Field components for Log in Form and User Form\n- Button Component with hover effect\n- ...  \n\n### State Management Choices \n- Global state management using Redux Toolkit for storing user data from the form as an object and also be used to display on Result component\n- login/signup management states in the \nLogin component for google provided auth and global states for Email/Password auth\n- count state for keeping track of Counter number along wih add, deduct and Reset Handler\n\n### Hooks Used for State management\n- useState (local state management) \n- useSelector (for subscribing with components) and useDispatch(dispatching actions to store) for Global state management using RTK\n\n\n## Snaps of the project\n![image](https://github.com/saikiran76/RounderCounter/assets/80874246/9228111a-8455-4097-96a9-3633550e4548)\n\n![image](https://github.com/saikiran76/RounderCounter/assets/80874246/29128ed6-7b9a-4ccc-95ab-08097177e1ff)\nLogin to use the application\n![image](https://github.com/saikiran76/RounderCounter/assets/80874246/d666191c-10e5-49fe-8def-b03337b546cb)\n\n\n## Local Setup\n\n1) Clone the project using the command `git clone https://github.com/saikiran76/RounderCounter.git`\n2) cd into the project: `cd RounderCounter`\n3) Install the required dependencies using: `npm install`\n4) Start and run the project on local host: `npm start`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaikiran76%2Froundercounter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaikiran76%2Froundercounter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaikiran76%2Froundercounter/lists"}