Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.87 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.87 KB

Meet up again screenshot

An app to decide where to meet with your friends, created using React.

Table of contents

General info

Where's a convenient place to meet? Enter two postcodes and choose your type of venue to get a tailored list of suggestions.

The App developed by Francesca, Leonie and Andy.

A previous version of this app was developed by our Founders and Coders cohort using a different tech stack. We wanted to rebuild the project using React and Material UI.

Technologies

Project is created with:

  • React

  • Material UI

  • Axios

  • Geolib

  • Jest

  • JavaScript

  • HTML

  • APIs:

    • Postcodes.io Postcodes.io is an open sourced project maintained by Ideal Postcodes. It is a free resource, allowing developers to search, reverse geocode and extract UK postcode and associated data.

    • Four Square Places API The Places API offers real-time access to Foursquare’s global database of rich venue data and user content to power your location-based experiences in your app or website.

This project was bootstrapped with Create React App.

Setup

  • Clone this project locally
  • Run npm install in your bash / command line
  • Run npm start in your bash / command line 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.`