ndush / l1-js-fundamentals

Moringa School FlatIron Lecture practicals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Fundamentals

Description

This is a practice session for fundamentals of JavaScript

Getting Started

In order for you to use the content on this repo ensure you have the following:

  • A computer that runs on either of the following; (Windows 7+, Linux, Mac OS)
  • nodejs 9.0+
  • Some bit of patience for your own sanity.

Installation

To use this repo on your machine requires some simple steps

  • Open a terminal / command line interface on your computer

  • Clone the repo by using the following:

      git clone https://github.com/otsembo/l1-js-fundamentals.git
    
  • Be patient as it creates a copy on your local machine for you.

  • Change directory to the repo folder:

      cd MealDB
    
  • (Optional) Open it in Visual Studio Code

      code .
    
  • (Alternate Option) Open it in any editor of your choice.

  • Hurray! You are one step closer to being as intelligent as Einstein.

Running the application

Running the application is very straight forward. You can use the following steps to run the app.

  • Install required dependencies from npm

    npm install
    
  • Run the application on the browser

    npm start
    

Authors

This project was contributed to by:

License

The project is licensed under Apache 2.0.

About

Moringa School FlatIron Lecture practicals


Languages

Language:JavaScript 100.0%