/ReactMeetups

A simple Meetup schedule demo

Primary LanguageJavaScript

React Meetups

What it is & how to run

As with other CRA instances, you can start it in development mode with

npm start

Open http://localhost:3000 to view it in your browser.

To build the app for production, use

npm run build

What it uses

  • Modern untyped JS with the basic React installation with create-react-app.
  • A Firebase real time DB to Add Meetups and retrieve them
  • An in-memory store for Favorites made available through a Context