Zen Store – A sleek and AI-powered e-commerce platform focused exclusively on shoes. Built with a user-friendly interface, seamless shopping experience, and intelligent search features, Zen Store is designed to make online shoe shopping effortless.
This repository contains various projects including Zen Store, an e-commerce platform focused on selling shoes. Each folder in this repository represents a different project or component. Below is a guide on how to access and navigate through the files.
- /ZenStore/ - This folder contains the full source code and related files for the Zen Store project.
- /OtherProjects/ - Additional projects uploaded for reference.
To download the entire repository to your local machine, run the following command:
git clone <repository-url>If you prefer to download all files as a ZIP, simply click the "Code" button on the repository page and select "Download ZIP". Extract the ZIP file to your desired location.
To merge all files into one project, place all folders and files within a single directory.
- Open VS Code.
- Click on "File" > "Open Folder...".
- Select the folder where you combined all files.
Alternatively, you can use the terminal:
cd <path-to-your-folder>
code .- /src/ - Contains the main source code files for the front-end and back-end.
- /public/ - Static files and assets.
- /package.json - Contains dependencies and scripts to run the project.
- /README.md - Detailed documentation about the Zen Store project.
- Navigate to the project folder:
cd ZenStore- Install dependencies:
npm install- Run the development server:
npm run devThe project will now be running locally. Open your browser and go to:
http://localhost:3000
If you want to explore other projects, navigate to their respective folders and follow similar steps to access, install dependencies, and run them.
Feel free to contribute to any of the projects by creating pull requests or opening issues!
For any queries, reach out via email or GitHub issues.