Victor-Savu / lunch-walk

Pass by the food truck on your Lunch Walk

Home Page:https://lunch-walk.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lunch-walk

Pass by the food truck on your Lunch Walk. This is an implementation of the Food Truck Challenge.

Current features

Uses your browser's geolocation to find the 5 nearest (straight-line distance) food trucks to you and provides links with directions to each of them.

Dev

At the moment, the project is a Single Page App (SPA) written mainly in Elm and deployed using Netlify.

Run it locally

To deploy a development version of the app on your local machine (with live reload and running the amazing time travelling debugger), clone this directory, install netlify-cli (npm install -g netlify-cli) and then run netlify dev in the root directory.

Deploy it to Netlify

You can deploy your own copy of this application to Netlify by clicking the button below.

Deploy to Netlify

Technologies

Most of the functionality is written in the Elm programming language. The layout uses the popular elm-ui package.

Netlify is a powerful one-stop-shop for web development. This package deploys automatically on Netlify.

The package.json and package-lock.json files are only used to bootstrap the Elm toolchain.
While Elm is a compiled language that has its own dependency ecosystem (see elm.json), it is not a native language on Netlify. Luckily, the Elm compiler (and a helpful live-reload server named elm-live) are available as npm dependencies, which Netlify picks up from the package.json file. That's about all we need to know about npm for this project.

The most popular source controll management tool on the most popular source code hosting website. Check out the projects section on this repository's GitHub page to see what features are considered and how development is going. Building software is a social activity after all, so please drop by!

About

Pass by the food truck on your Lunch Walk

https://lunch-walk.netlify.app/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 84.8%Language:HTML 15.2%