This frontend application provides an interface for managing events. It allows users to create new events and view a list of scheduled events. The frontend is built using React and Bootstrap for a modern, responsive design.
- Create new events with a specific start time, duration, and time zone.
- View a list of all scheduled events.
- Automatically refresh the event list after adding a new event.
- Node.js 14+
- npm
git clone https://github.com/Lembani/event_scheduler_frontend.git
cd event_scheduler_frontend
npm install
npm start
The frontend communicates with the backend API at http://localhost:8000/api/ for event management and timezone retrieval.
This project is licensed under the MIT License.
For questions or issues, please contact lembanisakala@gmail.com. Lembani Sakala
This project uses the following open source projects: