Welcome to Kaze, an e-commerce web app built with React. Kaze is an online ecommerce web platform designed to help consumers find whatever they need from electronics to clothing.
- Landing Page with a welcoming message, background image, and shop navigation.
- Featured Categories with images and links to shop by category.
- Benefits Section showcasing reasons to shop with Kaze (e.g., free shipping, secure payment).
- Modern Aesthetic with subtle animations, clean typography, and a visually appealing layout.
- Cart and Checkout features
- React - For building the user interface.
- React Router - For handling page navigation.
- CSS3 - For styling the components and layout.
- React Icons - For icons used in navigation and benefits sections.
- Node.js and npm installed on your system. You can download them here.
-
To get started, clone the repository and install dependencies
git clone git@github.com:dellis2cs/KazeStore.git
cd KazeStorenpm install
Run the application
npm run dev