Welcome to the BookNook website! This project is a user-friendly online platform for book enthusiasts. The site features a collection of books and a chatbot powered by Botpress to assist users in finding books and answering questions.
- 🔍 Book Search: Users can search for books by title or category.
- 📚 Book Recommendations: Provides users with curated book suggestions.
- 📞 Contact Support Using Emailjs: Offers users the ability to reach out for help.
- 🤖 Botpress Chatbot Integration: An interactive chatbot is available for real-time assistance.
- Frontend: Built with React, Vite, and styled-components.
- Botpress: Integrated for chatbot functionality.
- Axios: Used for API requests.
- React Router: For navigation.
- Tailwind CSS: For styling the website.
- Clone the repository:
git clone https://github.com/diksha-yadav-19/booknook.git cd booknook
- Navigate to the frontend directory:: cd Frontend npm install npm run dev