Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.17 KB

Eventify

Event management application using React, Redux, Webpack, Node, Firebase, Firestore

Intro

A fun event management application using React, Redux, and Webpack. This application is similar to Facebook events and allows users to create and maintain events for their user profiles. Other features include login/register, create user profiles, upload pictures, create/manage/cancel events. There is a live chat system that uses Firebase realtime database which allows authenticated users to communicate. Users can follow or unfollow friends and choose to attend events managed by other users. Cloud functions written on firestore manage the recent activity tab that give updates on the status for ongoing and future events. The event dashboard features a lazy load feature for scrolling through events. The application is hosted on firebase.

Technologies used:

React, Redux, Firebase, Firestore, Webpack, Node, Semantic UI.

Running the application