Book App is a web application that allows users to read books, save favorite books, search for new literary works, and highlight key sections of the text.
- Read Books: Access a wide range of books and read them online.
- Save Books: Save your favorite books to your personal library for quick access later.
- Search Books: Find books by title or author using the search function.
- Highlight Key Sections: Tools for highlighting important quotes or parts of the text while reading.
- Next.js — Framework for server-side rendering and page routing.
- LocalStorage API — Stores user data locally, including favorite books and settings.
- Mock Data — Sample book data used during development.
-
Clone the repository:
cd book-app
-
Navigate to the project directory:
git clone ...
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and go to: localhost:3000
For questions or suggestions, contact via email: kozhydloproject@gmail.com