itzmanish / event-management

Event management service with MERN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event-management aka Eventos

Event management service with MERN

This repo contains Eventos client(React) and server(ExpressJS). Eventos allow users to add event in board and allows logged in users to approved a event to move event to active event from waitlist.

Note - This is not production ready code and hence there are alot of area to improve but yet I tried to cover as much I can do in 2 days. Don't build client because currently I am using proxy request of server it won't work in Production build as this isssue describe.

If you want to build then use exact url path of server and replace url on all fetch request.

  • Toast notification
  • Add Event
  • Approve / Draft event by just clicking the event.
  • Login / Register with JWT token.
  • Global user management with Context Api.
  • Add Loader and disable button on adding event and login/register

Any Issue/Pull Request are appriciated.

Prerequisite

git clone https://github.com/itzmanish/event-management

Deployment

1. Go to server and follow Readme
2. Go to client and follow Readme

About

Event management service with MERN


Languages

Language:JavaScript 95.5%Language:HTML 4.4%Language:CSS 0.2%