{"id":16532797,"url":"https://github.com/tonidarodda/react-template","last_synced_at":"2026-05-06T06:37:16.767Z","repository":{"id":253133069,"uuid":"842529421","full_name":"ToniDarodda/react-template","owner":"ToniDarodda","description":"A React template with essential features for rapid development. Includes state management with Redux, data fetching with React Query, internationalization with i18next, and UI components using Chakra UI. Pre-configured with routing, Axios for API calls, and WebSocket support. Ideal for kickstarting React projects with a solid foundation.","archived":false,"fork":false,"pushed_at":"2024-08-15T21:54:27.000Z","size":8116,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T12:29:36.575Z","etag":null,"topics":["axios","boilerplate","chakra-ui","data-fetching","i18next","internationalization","navigation","react","react-query","react-router","redux","state-management","template","typescript","ui-components","web-development","websockets"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ToniDarodda.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-14T14:35:29.000Z","updated_at":"2024-08-15T21:54:27.000Z","dependencies_parsed_at":"2024-08-14T17:46:21.068Z","dependency_job_id":"46837d70-7315-4fe0-abf8-d8bf793126fe","html_url":"https://github.com/ToniDarodda/react-template","commit_stats":null,"previous_names":["tonidarodda/react-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/ToniDarodda/react-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToniDarodda%2Freact-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToniDarodda%2Freact-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToniDarodda%2Freact-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToniDarodda%2Freact-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ToniDarodda","download_url":"https://codeload.github.com/ToniDarodda/react-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToniDarodda%2Freact-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278477815,"owners_count":25993540,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","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":["axios","boilerplate","chakra-ui","data-fetching","i18next","internationalization","navigation","react","react-query","react-router","redux","state-management","template","typescript","ui-components","web-development","websockets"],"created_at":"2024-10-11T18:13:27.271Z","updated_at":"2025-10-05T16:00:23.091Z","avatar_url":"https://github.com/ToniDarodda.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n---\n\n# React Template\n\n![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![Redux](https://img.shields.io/badge/Redux-764ABC?style=for-the-badge\u0026logo=redux\u0026logoColor=white)\n![i18next](https://img.shields.io/badge/i18next-26A69A?style=for-the-badge\u0026logo=i18next\u0026logoColor=white)\n![React Query](https://img.shields.io/badge/React%20Query-FF4154?style=for-the-badge\u0026logo=react-query\u0026logoColor=white)\n![Yarn](https://img.shields.io/badge/Yarn-2C8EBB?style=for-the-badge\u0026logo=yarn\u0026logoColor=white)\n![License](https://img.shields.io/badge/License-UNLICENSED-green?style=for-the-badge)\n\nThis project is a React template designed to accelerate development by providing essential features such as state management, internationalization, data fetching, navigation, and UI components with Chakra UI.\n\n## Screenshots\n\nCreated using the default components provided in the project.\n\n### Welcome Screen\n\n\u003cimg src=\"./read-me-assets/welcome.png\" alt=\"Welcome Screen\" width=\"300\" height=\"auto\"\u003e\n\n### Login Screen\n\n\u003cimg src=\"./read-me-assets/login.png\" alt=\"Login Screen\" width=\"300\" height=\"auto\"\u003e\n\n### Register Screen\n\n\u003cimg src=\"./read-me-assets/register.png\" alt=\"Register Screen\" width=\"300\" height=\"auto\"\u003e\n\n## Features\n\n- **🌍 Internationalization (i18n)**\n  - Multi-language support using `react-i18next` for seamless localization.\n\n- **🗃️ State Management with Redux**\n  - Centralized state management for efficient global state access and updates.\n\n- **🔍 Data Fetching with React Query**\n  - Optimized data fetching, caching, and synchronization.\n\n- **🧭 Navigation**\n  - Smooth and intuitive navigation using `react-router-dom`.\n\n- **⚛️ Component-Based Architecture**\n  - Modular design with reusable UI components and consistent styling using Chakra UI.\n\n- **📦 Common Utilities**\n  - Helper functions and utilities for streamlined development.\n\n- **🔗 Axios Management**\n  - Configurable API requests using Axios with built-in error handling and response management.\n\n- **🌐 WebSocket Management**\n  - Real-time communication support using WebSockets.\n\n- **🍪 Cookie Management**\n  - Simplified management of cookies for authentication and user sessions.\n\n- **🔒 Authentication**\n  - User authentication and registration with secure token management.\n\n## 🚀 Getting Started\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- Node.js (v14 or higher)\n- Yarn\n- A code editor (e.g., VSCode)\n\n### Installation\n\n1. **Clone the repository:**\n\n   ```sh\n   git clone git@github.com:ToniDarodda/react-template.git\n   cd react-template\n   ```\n\n2. **Install dependencies:**\n\n   ```sh\n   yarn install\n   ```\n\n3. **Configure environment variables:**\n\n   Update the `.env` file in the root directory with your configuration settings:\n\n   ```sh\n   REACT_APP_API_URL='https://your-api-url.com'\n   REACT_APP_SOCKET_URL='https://your-socket-url.com'\n   ```\n\n### Running the Application\n\n1. **Start the development server:**\n\n   ```sh\n   yarn start\n   ```\n\n2. **Open the application:**\n\n   The app will be available at `http://localhost:3000` in your web browser.\n\n\n## 🧪 Testing\n\nTo run the tests, use the following command:\n\n```sh\nyarn test\n```\n\n## 🛠️ Scripts\n\n- **🧹 Format code using Prettier:** `yarn format`\n- **🏃‍♂️ Start the application:** `yarn start`\n- **🔍 Lint the code using ESLint:** `yarn lint`\n- **🧪 Run the tests:** `yarn test`\n- **🚀 Run end-to-end tests:** `yarn test:e2e`\n\n## 📜 License\n\nThere is no license, you're free to use it.\n\n## 👤 Author\n\n[Toni Da Rodda](mailto:toni.da.rodda.pro@gmail.com)\n\n## 🛠️ Icons\n\n- **🚀 Deployment**\n- **⚙️ Configuration**\n- **📄 Documentation**\n- **🔧 Maintenance**\n- **🔒 Security**\n- **📫 Email Integration**\n- **📈 Performance Optimization**\n- **⚡ Gain Time**\n\n---\n\nFeel free to contribute to this project by submitting issues or pull requests.\n\nFor any questions or support, please contact [Toni Da Rodda](mailto:toni.da.rodda.pro@gmail.com).\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonidarodda%2Freact-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonidarodda%2Freact-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonidarodda%2Freact-template/lists"}