A web application for the buk klab project, a book club that connects book enthusiasts to share insights and opinions on the books they read together.
- TypeScript
- React
- Vite
- Yarn
Buk klab allows users to explore book details, rate books, and join the reading club. The application features a dynamic layout with React components styled using SCSS, and book data is fetched via an external API.
Make sure you have the following installed on your machine:
- Node.js 18.x
- yarn 1.x
-
Clone the repository:
git clone <repository-url> cd <project-directory>
-
Install the project dependencies
yarn install
yarn dev
The server will be available at http://localhost:5173.