Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monicule/shop-oop
https://github.com/monicule/shop-oop
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/monicule/shop-oop
- Owner: monicule
- Created: 2024-07-24T10:38:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T11:56:54.000Z (5 months ago)
- Last Synced: 2024-08-02T07:45:57.768Z (5 months ago)
- Language: CSS
- Homepage: https://monicule.github.io/shop-oop/
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
![Gluten Status](https://img.shields.io/badge/Gluten-Free-green.svg)
![Eco Status](https://img.shields.io/badge/ECO-Friendly-green.svg)
[![Discord](https://discord.com/api/guilds/571393319201144843/widget.png)](https://discord.gg/dRwW4rw)# Shop (OOP)
_website design project_
## ๐ About
This project is for educational porpuses only. Pull request are welcome, but priority for project authors! Thank you for your cooperation!
Site published at: https://monicule.github.io/shop-oop/
Design: --
## ๐ฏ Project features/goals
- SPA (single page application)
- Github pages
- forms
- JS rendering (DOM)
- JS events
- localStorage
- class (OOP)## โ Tasks
- [x] demo completed task
- [x] layout render
- [x] header
- [x] main content
- [x] footer
- [x] navigation between
- [x] product CRUD:
- [x] list
- [x] add
- [x] remove
- [x] update## ๐งฐ Getting Started
### ๐ป Prerequisites
Node.js - _download and install_
```
https://nodejs.org
```Git - _download and install_
```
https://git-scm.com
```### ๐ Run locally
Would like to run this project locally? Open terminal and follow these steps:
1. Clone the repo
```sh
git clone https://monicule.github.io/shop-oop.git
```
2. Install NPM packages
```sh
npm i
```
or
```sh
npm install
```
3. Run the server
```sh
npm run dev
```### ๐งช Running tests
There is no tests for this project.
## ๐ Authors
Monika: [Github](https://github.com/monicule)
## โ ๏ธ License
Distributed under the MIT License. See LICENSE.txt for more information.
## ๐ Other resources
No other resources.