A web application for book recommendations powered by AI. Users can ask for book recommendations based on their interests and preferences, and the app provides personalized suggestions. Users can also download the recommended books.
- Frontend: React.js, TypeScript, NextUi, Tailwind CSS
- State Management: Redux Toolkit
- Authentication: Firebase Authentication
- Design: Figma for UI/UX design
- Deployment: Vercel
- AI Integration: OpenAI for book recommendations
- AI Book Recommendations: Get personalized book recommendations based on your preferences.
- Download Books: Download recommended books directly from the app.
- User Authentication: Securely authenticate users using Firebase Authentication.
- Responsive Design: Fully responsive design for a seamless experience on all devices.
To get a local copy up and running, follow these simple steps:
- Clone the repo
git clone https://github.com/NishantCoder108/devlib.git
- Install NPM packages
npm install
- Start the development server
npm run dev
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request