This repository contains the source code for the Sneakerology website, a school assignment project. The website showcases various sneakers and allows users to browse and explore different sneaker models. These instructions guide users on how to set up their environment, obtain API keys, and use the program effectively.
The project is structured as follows:
404.php
: Custom 404 error page for handling missing content.basket.php
: Shopping cart functionality for managing selected items.comingsoon.php
: Placeholder page for a "Coming Soon" section or feature.help.php
: A help and support page providing user assistance.index.php
: The main homepage of the Sneakerology website.login.php
: User authentication and login page.marketplace.php
: The marketplace page for browsing sneaker products.ourmission.php
: Page explaining the mission and values of Sneakerology.signup.php
: User registration and sign-up page.
To view this website on your machine, clone this repository using the following command:
git clone https://github.com/phantom0004/Sneakerology.git
Then proceed with the following steps:
- Navigate to the Sneakerology/includes/API/.env file.
- Redeem an API key from the following free websites listed in the
.env
file: -> Coupon API -> Sneak API -> Popular API - Insert your API key for each of those variables in the .env file.
- Open the project in your preferred code editor.
- Set up a local development environment (e.g., XAMPP, MAMP) with PHP support to host the project on a local server.
- Access the website by opening the respective PHP files in your web browser.
- To view the website, run it on a PHP server using the following URL: localhost/sneakerology/index.php
- Explore and interact with the different sections of the website.
- Make changes or enhancements as desired.
This project is under the MIT license, all rights reserved.