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.
- TypeScript — Ensures type safety and better development experience.
- LocalStorage API — Stores user data locally, including favorite books and settings.
- Mock Data — Sample book data used during development.
git clone <repository_url>
cd book-appnpm installnpm run dev- Open your browser and go to:
http://localhost:3000
For questions or suggestions, contact via email: markkozhydlo@gmail.com