A web application that is a catalog of books with the ability to search, view details and manage favorites.
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Maria2721/book-catalog
- Navigate to the project directory:
cd book-catalog - Install dependencies:
npm install
- Start the development server:
npm run dev
To ensure the project follows the code style and maintains code quality, use:
- Linting:
npm run lint
- Formatting
npm run format