InviteMe is a single page application that uses React, Redux, React-Router, Bootstrap, and Firebase.
The goal of this project was to create an application for my family that allowed them to check for invites within our social circle. There was a need for this application because we would often get to the day of the event and hear, "You never invited me!"
Well, with InviteMe... There are no more excuses. We're happy with that.
The live version that goes with this project can be found here: https://inviteme.netlify.com/
- User will be prompted to sign in or sign up for a new account.
- Click sign up or use example username:
billy@inviteme.comand passwordpassword. - Login will direct to main app page.
- User is able to add invite, decline with a "nah", or remove invite.
At a terminal prompt:
git clone https://github.com/Good-Will-Coding/InviteMe.git
In terminal, navigate to the directory where you cloned this repository and use enter command:
npm install
After completing the install, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.