This web application allow users to add, sort and keep track of guests. All routes are protected, that is a non-registered user is not able to view protected routes.
Project was done using the MERN stack.
Features:
- Register and login with email
- Counter for confirmed and unconfirmed guests
- Toggle attending guests
- Filter search by guests
- Register and login with Gmail - TODO
- Expense tracker - TODO
To run locally:
- cd to root folder
- npm install - to install dependencies
- npm run dev - will launch both the client and server concurrently. Server running on port 5000, Client running on port 3000.