Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 965 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 965 Bytes

Evently Repository

Technologies / Functionalities

Evently is a simple Facebook Events / Meetup.com clone made primarily with JavaScript, React, Redux, Firebase, and Semantic UI. I used Google's Map API to implement Google Maps for events and autocompleting locations and venues. Firebase/Firestore handles all the data and the backend while Redux is in charge of application state management and interacting with Firebase/Firestore through the actions. I used Redux Forms and Validate to handle forms and the error-handling associated with specific inputs.

To Demo:

Sign-in as [email protected], password: will2019 (Fake account created for demo use). Or sign up for your own account, it's really easy!

Stage

The site is deployed and hosted using Netlify.

Improvements

  • Fix bugs where user chooses an event and changes pictures.
  • Fix own profile events bug
  • Figure out how to make this app responsive to different browser viewports.