Skip to content

dia-nguyen/frontend-friender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Friender (React Frontend)

A Tinder clone full-stack app rebranded as a Friend finding app that allows for matching with potential friends in your preferred radius.

image

Set Up

  1. Install dependencies: npm i
  2. Environment Variables: REACT_APP_BASE_URL=https://friender-app.onrender.com
  3. Run the app: npm start

To Do

  • Add feature for unmatching
  • Add feature for chatting
  • Write tests