From a25cc7bc225712a3c529a706dcd55da7418dca11 Mon Sep 17 00:00:00 2001 From: Nishant | Js <69218488+NishantCoder108@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:39:22 +0530 Subject: [PATCH] readme update --- README.md | 50 ++++++++++++++++++++++++-------------------------- 1 file changed, 24 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 11ed9b2..5a9601b 100644 --- a/README.md +++ b/README.md @@ -5,52 +5,51 @@ A web application for book recommendations powered by AI. Users can ask for book + ## Live Link [devlib.](https://devlib108.vercel.app/) +## Read Blog 👇 + +[Ai Based books library](https://nishantcoder.gumroad.com/l/ai-based-books-library?layout=profile) ## Demo Video [![YouTube Video](https://github.com/NishantCoder108/devlib/blob/master/devlib_login.png)](https://www.youtube.com/watch?v=R4RfPtBuNRQ) - - ## 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 +- **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. +- **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 - ```sh - git clone https://github.com/NishantCoder108/devlib.git - ``` + ```sh + git clone https://github.com/NishantCoder108/devlib.git + ``` 2. Install NPM packages - ```sh - npm install - ``` + ```sh + npm install + ``` 3. Start the development server - ```sh - npm run dev - ``` - - - + ```sh + npm run dev + ``` + ## Screenshots ![Devlib Login](https://github.com/NishantCoder108/devlib/blob/master/devlib_login.png) @@ -75,5 +75,3 @@ Contributions are what make the open-source community such an amazing place to l 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 - -