Skip to content

sainamercy/phase-1-week-1-code-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phase-1-week-1-code-challenge

Description

This is an application comprised of:

  • Student Grades Generator
  • Speed Limit Detector
  • Net Salary Calculator

Running The Live Hosted Application

On your browser open this link to access the live web application

  • The web page has a navigation section at the top containing the links to the challenges.
  • Click on the specific challenge you want to go to.
  • Each challenge has an input field with a placeholder to describe what value to enter.
  • After inputing the value, click on the button below the input field to display the results.

Running Application on Local Server

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+

Installation

To use this repo on your machine requires some simple steps

Alternative One

  • Open a terminal / command line interface on your computer

  • Clone the repo by using the following to create a copy on your local machine:

      git clone https://github.com/sainamercy/phase-1-week-1-code-challenge 
    
  • Change directory to the repo folder:

      cd phase-1-week-1-code-challenge 
    
  • (Optional) Open it in Visual Studio Code

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

Alternative Two

  • On the top right corner of this page there is a button labelled Fork.

  • Click on that button to fork the repo to your own account.

  • Take on the process in Alternative One above.

  • Remember to replace your username when cloning.

      git clone https://github.com/your-username-here/phase-1-week-1-code-challenge
    

Running the application

To run the application, you can use the following steps to run the app.

  • Install required dependencies from npm

    npm install
    
  • Run the application

    npm start
    

Authors

This project was contributed to by:

License

The project is licensed by ISC.