Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 400 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 400 Bytes

FRNDR

An app for people to find friends in their local area for casual hangouts.

Instructions to run

git clone https://github.com/Amis-LLC/frndr-app.git
npm install
npm run dev

Future Work

  • Implement full user profile functionality (photo, create hangs, email notifications)
  • Containerize
  • Deploy to AWS
  • Convert to TypeScript
  • Convert Redux logic to ReactHooks/ ReactQuery