A Next.js application for exploring and managing a collection of books.
To install the project:
- Clone the repository:
git clone https://github.com/avrapaulo/books.git
- Navigate to the project directory:
cd books
- Install dependencies:
yarn install
Start the development server:
npm run dev
Access the application at http://localhost:3000.
To run tests:
npm test
The project uses Next.js and is structured into various components and pages, with state management handled by Jotai. The application allows users to search, view, and manage book information fetched from an external API.
Check out the live preview of the project here.