This is a web app that helps the user find schools in the Texarkana Independant school district in Texarkana, Texas.
- Map that focuses on the city of Texarkana, Texas with each school marked.
- A search box where the user can search by campus name.
- Said search box is in a side bar that slides in and out.
To use the live deployed app, go to https://arhillis.github.io/mapbox-schools/
- Clone this repo:
git clone https://github.com/arhillis/mapbox-schools.git
- CD into the folder
- Install the dependancies
npm install
- Start the server
npm start