Welcome to Shoea, an online shoe shop! This repository contains the code for both the server and front-end of the application.
Shoea is a web-based application built to provide users with a seamless shopping experience for shoes. The front-end of the application is developed using vanilla JavaScript, HTML, CSS, and Bootstrap. The server-side code handles various functionalities like managing inventory, processing orders, and handling user authentication.
To set up the application locally, follow these steps:
-
Clone the repository:
-
Install dependencies for the front-end:
-
Open the
index.html
file in your preferred web browser to access the Shoea application. -
For the server-side setup, navigate to the
server
directory: -
Install the necessary dependencies:
-
After the installation is complete, start the server:
-
The Shoea application can now be accessed through your browser by opening
index.html
.
If you have any questions, suggestions, or concerns regarding the Shoea application or this repository, feel free to reach out to the developer at poriaasrzad@gmail.com.
Contributions to Shoea are welcome! If you want to contribute new features, bug fixes, or improvements, please follow the standard GitHub workflow:
- Fork the repository.
- Create a new branch for your feature/fix:
git checkout -b feature/your-feature-name
. - Make your changes and commit them:
git commit -m "Description of your changes"
. - Push the changes to your branch:
git push origin feature/your-feature-name
. - Submit a pull request detailing your changes.
This project is licensed under the MIT License. Feel free to use, modify, and distribute this code as per the terms of the license.
Happy coding! 🚀