Arries Place is a fashion designer shop built using Next.js. This project is a static site with five main routes and follows a design from Figma.
The application has the following routes:
- Homepage -
/
- Shop -
/products
- Product Details -
/products/:id
- Cart -
/cart
- Checkout -
/checkout
The design followed for this project can be found on Figma: Arries Place Design
The site is hosted on Netlify and can be accessed at: Arries Place on Netlify
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Adufe-Obanijesu/hng_shop cd hng-shop
-
Install the dependencies:
npm install
-
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Navigate through the routes to explore the features of the shop:
- Homepage: A welcoming page showcasing featured products and promotions.
- Shop: Browse through all available products.
- Product Details: View detailed information about a specific product.
- Cart: See the items added to your cart and adjust quantities.
- Checkout: Complete your purchase by filling out the necessary details.
This project is built with the following technologies:
The backend for this project is implemented using the Timbu API. You can find more information about the API here:
This project is licensed under the MIT License.