/event-scheduler

A website to help the clubs better manage their events

Primary LanguageJavaScript

Event Scheduler🎊

The main purpose behind this application is to help college clubs/societies to publicize their events to the campus junta. This will also reduce the spamming about events on the email.

Technologies 🛠️

This project needs to be built using React and Django

Project details 😎

  • There are 2 types of users: clubs and students
  • Clubs should be able to create new events and update them.
  • Students should be able to view the events and register for them
  • Students should also get reminders about the events they registered for.
  • Link to the UI of the Website

Setting up project on your machine ⚙️

  • Follow this guide to setup Django on your machine
  • Follow this guide to setup React on your machine
  • Fork this repository, Clone the forked repository on your machine and start working on issues.