A webapp that help you for planning your upcoming events it is a complete event planner webapp.
- Event Creation and deletion.
- Guest Attendance tracking
- Budget Tracking
- Event sharing(via redirect page and eventId)
- Payment Integration to buy ticket(for guest)
- Authentication with the jsonwebtoken.
- Event tracking and remainder and many more.
https://event-planner-frontend-6837.onrender.com/
Clone the project
git clone https://github.com/rishi2136/myntra-project.git
Install dependencies
npm run install-server
Start the server
npm run start-server
npm run install-client
Start the client-side
npm run start-client
or you also able to navigate in the sub folders and run separately. You must have to start the server and client in different coomand line panels.
Thanks for visiting my repository, Hope I am able to clearify the Idea of this event planner webapp.