Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksrug/oop-car-project
Student project where I am learning JS Classes.
https://github.com/aksrug/oop-car-project
classes-and-objects js
Last synced: 27 days ago
JSON representation
Student project where I am learning JS Classes.
- Host: GitHub
- URL: https://github.com/aksrug/oop-car-project
- Owner: aksrug
- Created: 2024-07-19T13:25:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T16:46:44.000Z (6 months ago)
- Last Synced: 2024-11-09T04:43:17.576Z (3 months ago)
- Topics: classes-and-objects, js
- Language: JavaScript
- Homepage: https://github.com/aksrug/oop-car-project
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Classes
_student 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://github.com/aksrug/oop-car-project)
Design: --
## ๐ฏ Project features/goals
- JavaScript
- Classes## ๐งฐ 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://github.com/aksrug/oop-car-project
```
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
Rugilฤ: [Github](https://github.com/aksrug)
## โ ๏ธ License
Distributed under the MIT License. See LICENSE.txt for more information.
## ๐ Other resources
No other resources.