zborges / maps-and-cars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maps and Cars

This project demonstrates my ability to utilize React.js and the Google Maps API to provide a functional interface that allows users to manipulate the markers that are meant to serve as vehicles in the area.

Motivation

This project was built as a take-home coding challenge for a Software Developer role, as well as a demonstration of my ability to problem-solve and develop clean and readable code.

Tech/framework used

Built with

Installation

To clone and run this application, you'll need Git and React.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/zackartborges/maps-and-cars.git

# Go into the repository
$ cd maps-and-cars

# Install dependencies
$ npm install

# Run the app
$ npm start

API Reference

Google Maps API: https://developers.google.com/maps

About


Languages

Language:JavaScript 64.9%Language:HTML 22.3%Language:CSS 12.8%