{"id":23569258,"url":"https://github.com/saagor16/book-store-frontend","last_synced_at":"2026-04-08T12:33:45.607Z","repository":{"id":269245841,"uuid":"906626436","full_name":"saagor16/Book-Store-Frontend","owner":"saagor16","description":"This is the frontend of the Book Store application, offering a user-friendly interface for exploring books, managing orders, and handling admin tasks with responsive design and seamless functionality.","archived":false,"fork":false,"pushed_at":"2025-01-15T00:44:20.000Z","size":2929,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T12:28:07.008Z","etag":null,"topics":["chartjs","firebase","react","reactrouterdom","redux","sweetalert2","swiper","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"https://book-store-app-ff563.web.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/saagor16.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":"2024-12-21T12:41:11.000Z","updated_at":"2025-01-15T00:44:21.000Z","dependencies_parsed_at":"2024-12-22T05:24:45.695Z","dependency_job_id":"81ef647e-6fcb-4a5e-874a-f0127e896ded","html_url":"https://github.com/saagor16/Book-Store-Frontend","commit_stats":{"total_commits":44,"total_committers":1,"mean_commits":44.0,"dds":0.0,"last_synced_commit":"5b7d2cd5a02138c2fe94c885ca1c0ec995b5c58b"},"previous_names":["saagor16/book-store-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saagor16/Book-Store-Frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saagor16%2FBook-Store-Frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saagor16%2FBook-Store-Frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saagor16%2FBook-Store-Frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saagor16%2FBook-Store-Frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saagor16","download_url":"https://codeload.github.com/saagor16/Book-Store-Frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saagor16%2FBook-Store-Frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31556233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"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":["chartjs","firebase","react","reactrouterdom","redux","sweetalert2","swiper","tailwindcss","vite"],"created_at":"2024-12-26T19:13:36.579Z","updated_at":"2026-04-08T12:33:45.579Z","avatar_url":"https://github.com/saagor16.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Book Store Frontend\n\nThis is the frontend of the **Book Store** application, built using React, Vite, and Tailwind CSS. The application allows users to browse and order books, manage their orders, and includes an admin panel for managing the store's content.\n\n---\n\n## Live Links\n\n- **Frontend Live Site**: [Book Store App](https://book-store-app-ff563.web.app/)\n- **Admin Panel**: [Admin Panel](https://book-store-app-ff563.web.app/admin)\n  - **Username**: `admin`\n  - **Password**: `123456`\n- **Backend GitHub Repository**: [Book Store Backend](https://github.com/saagor16/Book-Store-Backend-)\n\n---\n\n## Features\n\n### User Panel\n\n- **Browse Books**: View a list of books with detailed information.\n- **Cart Management**: Add books to the cart and proceed to checkout.\n- **Order Management**: Place and track orders through the user dashboard.\n- **Authentication**: Login, logout, and register functionality.\n\n### Admin Panel\n\n- **Manage Books**: Add, delete, and update book information.\n- **Order Management**: View the list of orders.\n- **Dashboard**: View graphs and statistics on book additions and orders.\n- **User-Friendly Interface**: Responsive and visually appealing UI for both admin and user panels.\n\n---\n\n## Environment Variables\n\nThe following environment variables need to be configured in a `.env.local` file:\n\n```env\nVITE_API_KEY= \"your-api-key\"\nVITE_AUTH_DOMAIN= \"your-auth-domain\"\nVITE_PROJECT_ID= \"your-project-id\"\nVITE_STORAGE_BUCKET= \"your-storage-bucket\"\nVITE_MESSAGING_SENDERID= \"your-messaging-sender-id\"\nVITE_APPID= \"your-app-id\"\n```\n\n\u003e **Note:** Replace `your-api-key`, `your-auth-domain`, etc., with your actual Firebase credentials. Make sure to keep this file secret and never expose it in your repository.\n\n\n---\n\n## Technologies Used\n\n- **React**: Frontend library for building UI components.\n- **Redux Toolkit**: State management.\n- **Tailwind CSS**: Styling and responsive design.\n- **Vite**: Build tool for faster development.\n- **React Router DOM**: Routing and navigation.\n- **Firebase**: Authentication and backend integration.\n- **Chart.js**: Graphs and data visualization.\n- **SweetAlert2**: Elegant alerts for user interactions.\n- **Swiper**: Responsive sliders.\n\n---\n\n## Scripts\n\n- Start the development server:\n  ```bash\n  npm run dev\n  ```\n- Build for production:\n  ```bash\n  npm run build\n  ```\n- Preview the production build:\n  ```bash\n  npm run preview\n  ```\n\n---\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone \u003cfrontend-repository-url\u003e\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd book-store-frontend\n   ```\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n4. Create a `.env.local` file and configure environment variables as shown above.\n5. Start the development server:\n   ```bash\n   npm run dev\n   ```\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaagor16%2Fbook-store-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaagor16%2Fbook-store-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaagor16%2Fbook-store-frontend/lists"}