{"id":23101224,"url":"https://github.com/selvin-paul-raj/quote-generator-react-app","last_synced_at":"2026-04-16T04:32:18.182Z","repository":{"id":192493092,"uuid":"686677618","full_name":"selvin-paul-raj/Quote-Generator-React-App","owner":"selvin-paul-raj","description":"A React app that fetches and displays random inspirational quotes from the quotable.io API. Click \"New Quote\" for daily inspiration.","archived":false,"fork":false,"pushed_at":"2023-09-04T05:50:30.000Z","size":43,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T21:18:16.587Z","etag":null,"topics":["api","babel","babel-plugin","quote-api","quote-generator","react","reactjs"],"latest_commit_sha":null,"homepage":"https://quote-generator-react-app.vercel.app","language":"CSS","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/selvin-paul-raj.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-09-03T15:35:49.000Z","updated_at":"2024-03-20T15:31:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"06886143-b45a-40c2-8ffc-9faf8b06d392","html_url":"https://github.com/selvin-paul-raj/Quote-Generator-React-App","commit_stats":null,"previous_names":["sprhackz/quote-generator-react-app","selvin-paul-raj/quote-generator-react-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/selvin-paul-raj/Quote-Generator-React-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selvin-paul-raj%2FQuote-Generator-React-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selvin-paul-raj%2FQuote-Generator-React-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selvin-paul-raj%2FQuote-Generator-React-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selvin-paul-raj%2FQuote-Generator-React-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/selvin-paul-raj","download_url":"https://codeload.github.com/selvin-paul-raj/Quote-Generator-React-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selvin-paul-raj%2FQuote-Generator-React-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31871544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["api","babel","babel-plugin","quote-api","quote-generator","react","reactjs"],"created_at":"2024-12-16T23:50:48.087Z","updated_at":"2026-04-16T04:32:18.154Z","avatar_url":"https://github.com/selvin-paul-raj.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Random Quote Generator\n\nA simple and elegant web application that displays random inspirational quotes. Built with React and Vite, this project serves as a clean, functional example of a modern front-end application that interacts with an external API.\n\n## 🚀 Features\n\n- **Random Quotes**: Get a new random quote with the click of a button.\n- **Author Display**: Each quote is attributed to its author.\n- **Clean UI**: A minimalist and responsive design that focuses on the content.\n- **Fast and Lightweight**: Built with Vite for a super-fast development experience and optimized builds.\n\n## 📸 Screenshot\n\n*A screenshot of the application will be added here soon.*\n\n## 🛠️ Installation\n\nTo get a local copy up and running, please follow these simple steps.\n\n### Prerequisites\n\nYou need to have Node.js and npm installed on your machine. You can download them from [here](https://nodejs.org/).\n\n### Setup\n\n1.  **Clone the repo:**\n    ```sh\n    git clone https://github.com/your_username/quotesapi.git\n    ```\n2.  **Navigate to the project directory:**\n    ```sh\n    cd quotesapi\n    ```\n3.  **Install NPM packages:**\n    ```sh\n    npm install\n    ```\n\n## 🏃 Usage\n\nTo run the application in development mode, use the following command:\n\n```sh\nnpm run dev\n```\n\nThis will start the development server, and you can view the application by navigating to `http://localhost:5173` (the port may vary).\n\nTo create a production build of the app, run:\n\n```sh\nnpm run build\n```\n\nThis will create a `dist` folder with the optimized and minified files for deployment.\n\n## ✍️ Author\n\nThis project was created by **SPRHackz**. You can find more of their work on their [GitHub Profile](https://github.com/SPRHackz).\n\n## 🤝 Contributing\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\n\nDon't forget to give the project a star! Thanks again!\n\n1.  **Fork the Project**\n2.  **Create your Feature Branch** (`git checkout -b feature/AmazingFeature`)\n3.  **Commit your Changes** (`git commit -m 'Add some AmazingFeature'`)\n4.  **Push to the Branch** (`git push origin feature/AmazingFeature`)\n5.  **Open a Pull Request**\n\n## 📜 License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselvin-paul-raj%2Fquote-generator-react-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselvin-paul-raj%2Fquote-generator-react-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselvin-paul-raj%2Fquote-generator-react-app/lists"}