tonilingardsson / WestCoastEducation

0 stars 0 forks source link

Create a HTML and JavaScript files and create objects (ES6) #1

Open tonilingardsson opened 6 months ago

tonilingardsson commented 6 months ago

Start creating HTML and JavaScript files and create objects, so they site/app has dynamic data.

JavaScript (Vanilla) code must follow the ES6 convention.

Use JSON-server as REST-API server (run this on terminal: npm install json-server )

tonilingardsson commented 6 months ago

It is running on a JSON-server, but I still do not understand the connection. I can see that it works with the preinstalled DB, but I can't make it work with my own JSON database.