Reservify is a ReactJS web app simplifying appointment management. Users input details, choose dates, and set times for reservations. It generates .ics files for easy calendar integration. With an intuitive interface, Reservify ensures efficient scheduling for a seamless user experience.
1. User can input details like Name, Email, Location, Date , start time and end time.
2. Based on the data provided, Program will generate an iCalendar file for calendar integration.
- Clone this repository into your local machine using `git clone https://github.com/
- Download the libraries in your local machine using 'npm install library_name' -Make sure 'Node' and 'npm' is installed.
- Using Terminal/Powershell/Command Prompt, switch to the working repository using 'cd /repository_path/'
- Run the server by typing 'npm start' and try to create a new event and save it to your Calendars.
--Update: Online hosting is on its way with new update features.