Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.28 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.28 KB

Netlify Status

FoodExplorer - React Project

Website (Deploy by Netlify)

Introuduction

slides, Youtube

Feature

  • Build your faviorite food map with custom icon.
  • Find the favorite food you have saved easily.
  • Share your custom food list with others!

Structure

Netlify Identity

  • Store user email and password, and support for lots of common feature like forget password, send account confirm letter, etc.

Netlify Function:

  • Similar to AWS lambda function, write simple code to build custom API and deploy on netlify.

Fauna DB:

  • A popular NOSQL database.

GoogleMapAPI:

  • Third API to Get the detailed place information and use googlemap service.

How to use

This project is build by create-react-app.

Install the needed dependency

npm install

Run this project.

npm start

deploy the project on localhost:3000

Build the project

npm build


This is an ongoing project...