Skip to content

Latest commit

 

History

History
77 lines (53 loc) · 2.47 KB

README.md

File metadata and controls

77 lines (53 loc) · 2.47 KB

AI-Based Books Library

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.

Live Link

devlib.

Read Blog 👇

Ai Based books library

Demo Video

YouTube Video

Technologies Used

  • 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

Features

  • 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.

Getting Started

To get a local copy up and running, follow these simple steps:

  1. Clone the repo
    git clone https://github.com/NishantCoder108/devlib.git
  2. Install NPM packages
    npm install
  3. Start the development server
    npm run dev

Screenshots

Devlib Login Devlib Home Devlib Integration

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request