File tree Expand file tree Collapse file tree 1 file changed +61
-4
lines changed
Expand file tree Collapse file tree 1 file changed +61
-4
lines changed Original file line number Diff line number Diff line change 1- # Base layout template with Gulp, SCSS and Stylelint
2- 1 . Create a repo using this template
3- 1 . Replace ` <your_account> ` and ` <repo_name> ` with your Github username and the new repo name
4- - [ DEMO LINK] ( https://<your_account>.github.io/<repo_name>/ )
1+ # Bookstore Frontend (Uken)
2+
3+ A responsive frontend application for an online bookstore.
4+ It provides a clean UI for browsing books, navigating categories, and exploring the store’s content.
5+ The project is built with React, React Router, React Swiper and deployed via GitHub Pages.
6+
7+ ---
8+
9+ ## 🚀 Live Preview
10+
11+ 🔗 ** Live Demo:**
12+ https://n3m0o.github.io/bookstore-frontend-uken/
13+
14+ ---
15+
16+ ## 🎨 Design Reference
17+ https://www.figma.com/design/dCKPemNHoiKCX8U4IDH4bh/Book-store-Original?node-id=0-1&p=f&t=KkksRV8rNc7uMomf-0
18+ ---
19+
20+ ## 🛠 Technologies Used
21+
22+ - ** React**
23+ - ** React Router**
24+ - ** React Swiper**
25+ - ** TypeScript**
26+ - ** CSS / SCSS**
27+ - ** Vite**
28+ - ** GitHub Pages**
29+ - ** Fetch API**
30+ - ** React Context / custom hooks**
31+
32+ ---
33+
34+ ## ✨ Features
35+
36+ - Browse books and categories
37+ - Clean and modern UI
38+ - Client-side routing
39+ - Responsive design
40+ - Swiper-based carousels
41+ - Fast GitHub Pages deployment
42+ - Ready structure for connecting to an API backend
43+
44+ ---
45+
46+ ## 📦 Getting Started
47+
48+ Follow these steps to run the project locally.
49+
50+ ### 1. Clone the repository:
51+
52+ ``` bash
53+ git clone https://github.com/your-username/bookstore-frontend-uken.git
54+ cd bookstore-frontend-uken
55+ ```
56+ ---
57+ Install dependencies:
58+ - npm install
59+ Start the project:
60+ - npm start
61+ ---
You can’t perform that action at this time.
0 commit comments