{"id":27794572,"url":"https://github.com/andi-nugroho/react-vite-starter","last_synced_at":"2026-05-05T08:32:22.878Z","repository":{"id":290517510,"uuid":"974718262","full_name":"andi-nugroho/react-vite-starter","owner":"andi-nugroho","description":"A starter for reactjs base project","archived":false,"fork":false,"pushed_at":"2025-04-29T08:32:49.000Z","size":570,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T08:51:06.142Z","etag":null,"topics":["aliases","localization","localstorage","react","react-vite-boilerplate","reactjs","reactjs-boilerplate","reactjs-components","reactjs-starter","reactjs-starterkit","reactjs-template","vite","vite-react"],"latest_commit_sha":null,"homepage":"https://react-vite-starter-andi-dev.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/andi-nugroho.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}},"created_at":"2025-04-29T07:48:07.000Z","updated_at":"2025-06-13T15:23:20.000Z","dependencies_parsed_at":"2025-04-30T19:58:27.408Z","dependency_job_id":null,"html_url":"https://github.com/andi-nugroho/react-vite-starter","commit_stats":null,"previous_names":["andi-nugroho/react-vite-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andi-nugroho/react-vite-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andi-nugroho%2Freact-vite-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andi-nugroho%2Freact-vite-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andi-nugroho%2Freact-vite-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andi-nugroho%2Freact-vite-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andi-nugroho","download_url":"https://codeload.github.com/andi-nugroho/react-vite-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andi-nugroho%2Freact-vite-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32642007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aliases","localization","localstorage","react","react-vite-boilerplate","reactjs","reactjs-boilerplate","reactjs-components","reactjs-starter","reactjs-starterkit","reactjs-template","vite","vite-react"],"created_at":"2025-04-30T19:58:24.595Z","updated_at":"2026-05-05T08:32:22.842Z","avatar_url":"https://github.com/andi-nugroho.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reactjs Tailwind Vite Starter\n\n## Overview\n\nWelcome to the starter repository. This starter project is designed to provide you with a solid foundation for building web applications using modern JavaScript technologies. We've carefully chosen a set of libraries and tools to make your development experience efficient and enjoyable.\n\n## Table of Contents\n\n- [Libraries Used in This Starter](#libraries-used-in-this-starter)\n- [Features](#features)\n- [Getting Started](#getting-started)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Libraries Used in This Starter\n\nThis starter project leverages the following libraries and tools:\n\n1. **axios** - A popular HTTP client for making API requests.\n2. **zustand** - A small, fast, and extensible state management library for React applications.\n3. **react-intl** - Internationalization library for React applications, making it easier to add multilingual support.\n4. **Ant Design** - A powerful and customizable design system for building elegant and responsive user interfaces.\n5. **react-query** - A data-fetching library for React applications, simplifying asynchronous data handling.\n6. **Vite-Plugin-SVGR** - A Vite plugin for importing SVG files as React components.\n7. **tailwind CSS** - A utility-first CSS framework for rapidly building custom user interfaces.\n8. **day.js** - A modern JavaScript library for date and time manipulation, offering a moment.js alternative.\n9. **sass** - A mature, stable, and powerful professional grade CSS extension language.\n\n## Features\n\n- **State Management**: Easily manage your application's state with zustand, making your components more predictable and maintainable.\n\n- **Internationalization**: Implement multilingual support using react-intl for a broader audience reach.\n\n- **User Interface**: Build beautiful and responsive UIs with Ant Design and Tailwind CSS. Customize them to match your project's requirements.\n\n- **Data Fetching**: Fetch data efficiently with react-query, simplifying complex data requirements in your application.\n\n- **Date and Time Handling**: Use Day.js for handling date and time operations in a modern and efficient way.\n\n## Getting Started\n\nFollow these steps to get started with the project:\n\n1. **Clone the Repository**: Run the following command to clone this repository to your local machine:\n\n   ```\n   git clone https://github.com/your-username/your-repo-name.git\n   ```\n\n2. **Installation**: Navigate to the project directory and install the dependencies using your preferred package manager:\n\n   ```\n   cd your-repo-name\n   npm install   # or yarn install\n   ```\n\n3. **Configuration**: Customize the project as needed by editing configuration files, such as `.env`, and setting up your API endpoints.\n\n4. **Development**: Start the development server:\n\n   ```\n   npm run dev   # or yarn dev\n   ```\n\n5. **Production Build**: When your project is ready for deployment, create a production build:\n\n   ```\n   npm run build   # or yarn build\n   ```\n\n## Usage\n\nTo use this starter as the foundation for your project, you can:\n\n- Add your components and styles to the project.\n- Implement your application logic and routing.\n- Extend and customize the provided libraries to suit your project's requirements.\n\nMake sure to refer to each library's documentation for detailed usage and best practices.\n\n## Contributing\n\nWe welcome contributions from the open-source community! If you'd like to contribute to this project, please follow our [contribution guidelines](CONTRIBUTING.md).\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE.md). Feel free to use, modify, and distribute it according to the terms of the license.\n\nHappy coding! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandi-nugroho%2Freact-vite-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandi-nugroho%2Freact-vite-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandi-nugroho%2Freact-vite-starter/lists"}