{"id":26189633,"url":"https://github.com/manya7547/librereads-client-app","last_synced_at":"2025-07-21T11:31:54.569Z","repository":{"id":256312965,"uuid":"804102612","full_name":"Manya7547/LibreReads-client-app","owner":"Manya7547","description":"This is the front end of the e-library application called LibreReads. ","archived":false,"fork":false,"pushed_at":"2025-03-27T19:16:12.000Z","size":447,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T20:26:33.623Z","etag":null,"topics":["javascript","mern-stack","mongodb","nextjs","tailwindcss"],"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/Manya7547.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-05-22T00:46:32.000Z","updated_at":"2025-03-27T19:16:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"cef6dde5-e069-4de0-8bd8-e0ad6127bb2d","html_url":"https://github.com/Manya7547/LibreReads-client-app","commit_stats":null,"previous_names":["manya7547/elib-client-app","manya7547/librereads-client-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Manya7547/LibreReads-client-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Manya7547%2FLibreReads-client-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Manya7547%2FLibreReads-client-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Manya7547%2FLibreReads-client-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Manya7547%2FLibreReads-client-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Manya7547","download_url":"https://codeload.github.com/Manya7547/LibreReads-client-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Manya7547%2FLibreReads-client-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266291565,"owners_count":23906293,"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","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":["javascript","mern-stack","mongodb","nextjs","tailwindcss"],"created_at":"2025-03-12T00:39:48.511Z","updated_at":"2025-07-21T11:31:54.557Z","avatar_url":"https://github.com/Manya7547.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LibreReads\n\nLibreReads is a Next.js-based web application that provides a platform for accessing and downloading free books and articles. The application features a modern, responsive interface built with TypeScript, Tailwind CSS, and Next.js 14.\n\n## Features\n\n-   📚 Browse through a collection of free books\n-   🔍 View detailed book information including title, author, and description\n-   📥 Download books directly through the platform\n-   🎨 Responsive design that works on desktop and mobile devices\n-   🖼️ Image optimization using Next.js Image component\n-   🎯 Server-side rendering for better performance and SEO\n\n## Tech Stack\n\n-   **Framework**: Next.js 14.2.3\n-   **Language**: TypeScript\n-   **Styling**: Tailwind CSS\n-   **Deployment**: Vercel (recommended)\n\n## Getting Started\n\n### Prerequisites\n\n-   Node.js 18.17.0 or later\n-   npm, yarn, or pnpm\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone [your-repo-url]\ncd elib-client-app\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n# or\nyarn install\n# or\npnpm install\n```\n\n3. Create a `.env` file in the root directory and add your environment variables:\n\n```env\nBACKEND_URL=your_backend_url\n```\n\n4. Run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\n5. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Project Structure\n\n```\nsrc/\n├── app/\n│   ├── (home)/\n│   │   ├── Components/\n│   │   └── page.tsx\n│   ├── book/\n│   │   └── [bookId]/\n│   └── layout.tsx\n├── components/\n│   ├── Footer.tsx\n│   └── Navbar.tsx\n└── types/\n    └── index.ts\n```\n\n## Available Scripts\n\n-   `npm run dev` - Starts the development server\n-   `npm run build` - Creates an optimized production build\n-   `npm run start` - Starts the production server\n-   `npm run lint` - Runs ESLint for code quality\n\n## Environment Variables\n\nThe following environment variables are required:\n\n-   `BACKEND_URL`: The URL of your backend API server\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\n© 2024 LibreReads All rights reserved.\n\n## Deployment\n\nThe easiest way to deploy your LibreReads app is to use the [Vercel Platform](https://vercel.com/new) from the creators of Next.js.\n\nCheck out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanya7547%2Flibrereads-client-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanya7547%2Flibrereads-client-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanya7547%2Flibrereads-client-app/lists"}