A self-initiated React app to excess and fetch data from Google & Foursquare APIs.
This app is to learn how to use front-end frameworks React.js, React-Redux and fetching data from Google map and Foursqaure with RESTful API and Sugeragent.
- Display location of restaurants in Amsterdam on Google Map
- Display details of restaurants next to Google Map
These are the steps I plan to work on this app:
- Set up a Github project board to keep track of the development progress
- Get Google API Key
- Set up Google Map
- Fetch restaurant data in JSON format from Foursquare API
- Create markers to locate restaurants based on fetched latitudes and longitudes
- Styling with the latest material-ui@next
- Developing a full React app by creating own API to allow users post images, reviews and comments. This will be created in another repo (TBC).
Make sure you have Node.js and Yarn installed.
git clone git@github.com:fandytcc/foodie-react-map.git
cd foodie-react-map
yarn install
yarn start
For more information about using React-Redux, ExpressJS and Mongoose, see these links: