Website with responsive layout, modal windows, dark and light theme, authorization and pagination, using API services for searching and buying books.
The website contains 2 pages:
- Home page - page with the most populars from each category and ability to see all books in each category;
- Shopping page - page with books, that user has added to cart
- HTML5
- CSS3
- JS
- Parcel
- REST API
To get started with this project, follow these steps:
- Make sure that the LTS version of Node.js is installed on your computer. Download and install if necessary.
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install the required dependencies using
npm install
or
yarn install
- Start the development server with
npm start
- Open your web browser and visit http://localhost:1234 to access the application.