Skip to content

A Proof-of-Concept application as part of a JavaScript course. Dynamic site with register/login and other dynamic javascript features.

Notifications You must be signed in to change notification settings

codebatine/bestCoastEducation

Repository files navigation

JavaScript Assignment

Description

A Proof-of-Conceppt application as part of a JavaSccript and Typescript course. To make an application that lists courses, shows details about courses, offers register/sign in. And a second application to add, edit and delete courses. Also a display of what courses registered users have booked.

Best Coast Education

Installation

Clone the bestCoastEducation repo: git clone https://github.com/codebatine/bestCoastEducation.git

Install json server:

```npm install``````

Start json server:

npx json-server --watch data.json

Install typescript

npm install --save-dev typescript

Run typescript

npx tsc --init

👇 add this to package.json 👇

"scripts": {
  "tsc": "tsc"
}

npm run tsc

About

A Proof-of-Concept application as part of a JavaScript course. Dynamic site with register/login and other dynamic javascript features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published