Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.