{"id":20068051,"url":"https://github.com/malanski/vite-project-one","last_synced_at":"2026-04-07T16:31:27.638Z","repository":{"id":178835786,"uuid":"662423896","full_name":"malanski/vite-project-one","owner":"malanski","description":"Task manager TODO lists","archived":false,"fork":false,"pushed_at":"2023-07-15T15:00:26.000Z","size":540,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T22:30:10.971Z","etag":null,"topics":["css","react","typescript","vite"],"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/malanski.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-07-05T05:39:29.000Z","updated_at":"2023-07-14T03:37:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ca135f1-455f-44e2-a559-453307e38d0f","html_url":"https://github.com/malanski/vite-project-one","commit_stats":{"total_commits":25,"total_committers":2,"mean_commits":12.5,"dds":0.12,"last_synced_commit":"87f1b057e9be7843419d76a22a149b6e6137fd15"},"previous_names":["malanski/vite-project-one"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/malanski/vite-project-one","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malanski%2Fvite-project-one","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malanski%2Fvite-project-one/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malanski%2Fvite-project-one/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malanski%2Fvite-project-one/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malanski","download_url":"https://codeload.github.com/malanski/vite-project-one/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malanski%2Fvite-project-one/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["css","react","typescript","vite"],"created_at":"2024-11-13T14:05:11.165Z","updated_at":"2026-04-07T16:31:27.620Z","avatar_url":"https://github.com/malanski.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todo List App - Frontend\n\n\u003c!--- ![Todo List App Screenshot](/public/screenshot.png) --\u003e\n \n![Todo List App Screenshot Gif](/sample.gif)\n\nThis is a frontend application built with TypeScript, Vite, React, and CSS to create a simple Todo List app. The app allows users to register and manage their tasks, creating TODO lists to stay organized and productive.\n\n## Features\n\n- Create, Read, Update, and Delete tasks\n- Mark tasks as completed\n- Filter tasks by status (All, Active, Completed)\n- Clear completed tasks\n- Responsive design for various screen sizes\n\n## Prerequisites\n\nBefore running the application, make sure you have the following installed:\n\n- Node.js (version 12 or above)\n- npm (Node Package Manager)\n\n## Getting Started\n\n1. Clone the repository to your local machine:\n\n```bash\ngit clone https://github.com/malanski/vite-project-one.git\ncd todo-list-app\n```\n\n2. Install the dependencies:\n\n```bash\nnpm install\n```\n\n3. Run the development server:\n\n```bash\nnpm run dev\n```\n\n4. Open your browser and visit `http://localhost:3000` to see the Todo List app.\n\n## Project Structure\n\nThe project structure follows a common React project layout:\n\n```\ntodo-list-app/\n  ├── public/\n  │   ├── index.html\n  │   └── favicon.ico\n  ├── src/\n  │   ├── components/\n  │   │   ├── TodoForm.tsx\n  │   │   ├── TodoItem.tsx\n  │   │   └── TodoList.tsx\n  │   ├── App.tsx\n  │   ├── index.tsx\n  │   └── styles.css\n  ├── package.json\n  ├── tsconfig.json\n  ├── vite.config.ts\n  └── README.md\n```\n\n- `public/`: Contains the HTML template and other static assets.\n- `src/`: Contains the TypeScript source code.\n  - `components/`: Contains React components used in the app.\n  - `App.tsx`: The main component that handles the Todo List app.\n  - `index.tsx`: The entry point of the application.\n  - `styles.css`: Global CSS styles for the app.\n- `package.json`: Lists project dependencies and scripts.\n- `tsconfig.json`: TypeScript configuration file.\n- `vite.config.ts`: Vite configuration file.\n\n## Dependencies\n\nThe main dependencies used in this project are:\n\n- React A JavaScript library for building user interfaces.\n- Vite: A fast-build tooling for modern web development.\n- TypeScript: A superset of JavaScript that provides static typing.\n- CSS: Used for styling the components.\n\n## Contributing\n\nContributions are welcome! If you find any issues or want to add new features, feel free to open a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\nHappy coding! :rocket:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalanski%2Fvite-project-one","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalanski%2Fvite-project-one","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalanski%2Fvite-project-one/lists"}