Skip to content

liush27/Around-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Around-frontend

The frontend of Geo-index based social network uses React, bootstrapped with create-react-app.
(backend implementation using Golang, see here)

Functionalities

  • sign up
  • login
  • create new post
  • search nearby post
    • Using Ant Design tabPane to display two interfaces.
      1. Posts tab: using React Grid Gallery component to show all nearby (default 100km around) posts. See below: image

      2. Map tab: using react-google-maps component to show nearby posts on Google Maps, we can zoom in/out to see all nearby posts. See below: image

References