-
The primary objective of this project was to translate provided wireframes and styles into an e-commerce website, complete with multiple pages catering to various user roles, including administrators and clients. Remarkably, this was achieved with just three HTML files, showcasing an efficient and streamlined approach to web development.
-
PARTIAL CLONE OF: www.rolex.com (October 2022 version - from web.archive)
- Create a Client page side.
- Create an Administrators page side.
- Introduce CRUD.
- Load data on templates and inject them within the main markup.
- Reuse a single HTML file for different web pages (each watch page).
- Store data across different web pages and reuse it.
- Get familiar with JSON.
- Keep up with Markup and Styles.
- Continue practising JavaScript.
- Node.js
- JavaScript
- CSS
- HTML
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone git@github.com:ITurres/ttm-e-commerce.git
In order for you to see actual CRUD data and be able to log in as admin - 123456
follow the steps below.
cd src\json-data
json-server -w .\login-users.json
json-server -w .\watches-data.json
Install this project's dependencies with:
- N/A
To run the project, execute the following command:
- N/A
- N/A
π€ Author1
- GitHub: @ITurres
- LinkedIn: Arthur Emanuel G. Iturres
- Angellist / Wellfound: Arturo (Arthur) Emanuel Guerra Iturres
- Youtube: Arturo Emanuel Guerra Iturres - Youtube Channel
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a β if you liked this project!
This project is MIT licensed.