Skip to content

SoCalChristina/Taco-Track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taco Track

Udacity Frontend Developer Nano Degree Project 7

Summary:

Taco Track is Taco Truck mapping app. Taco Track uses API data to map, locate, and display information on Taco Trucks in Oxnard, California. A marker identifies the location of each taco truck on the map. The user clicks on the designated map marker to receive additional information about the Taco Truck, including a photograph when available. It's worth taking note that none of the local taco trucks have websites but utilize Facebook as an alternative.

The user clicks on the hamburger menu icon to access a search input window and a pre-populated list of Taco Trucks. Users can track and enjoy some of the best Mexican food in the country.

screen shot of app

Purpose:

This is a Reactjs Neighborhood Map app built as the final project of the Udacity Frontend Developer Nano Degree.

This project was bootstrapped with Create React App.

Getting Started:

Clone or fork repository.

(https://github.com/SoCalChristina/react-neighborhood-map-resubmit)

npm install

Adds the required dependencies.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.

Service Worker

This app uses the default service worker provided in the starter code. The service worker only works in production build.

The service worker is opt-in only. To opt-in, open the serviceWorker.js file and change registration.unregister(); to registration.register();.

If you need to test your offline-first service worker locally, build the application (using npm run build) and run a simple http server from your build directory. See: (https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app#offline-first-considerations) for more information.

Attributions

This project utilizes the following:

References

All resources are referenced here and/or in the code.

About

Udacity Frontend Nano Degree Project 7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published