kstick9210 / alto-mock-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alto Mock Up

This is a frontend mock up of Alto's Ridesharing App

How to use this repo

  1. Clone the repo to your machine git clone https://github.com/kstick9210/alto-mock-app.git

  2. Install dependencies npm i or yarn install

  3. For development, update axios request in App.js to axios.get("http://localhost:3000/mission.json")

  4. npm start to view project in browser

  5. After deployment, update axios request in App.js to reflect your domain: axios.get("[your-domain-here]/mission.json")

About


Languages

Language:JavaScript 66.1%Language:CSS 28.0%Language:HTML 6.0%