This project focused on taking a static webpage with little to no responsive elements and converting it to a responsive, accessible and attractive application to find your next meal!
- Fork and clone the project. The code in this repository will serve as your baseline to begin viewing the application. From inside the new directory, launch a local client server using Python from your terminal: Python 2: python -m SimpleHTTPServer 8000 Python 3: python3 -m http.server 8000
- Visit the site in your browser at http://localhost:8000