This app is a Front-end Implementation of the event-scheduling app Implemented on Angularjs. It uses the library/framework of jquery, jqueryui, Bootstrap, angular-ui-calendar, FullCalendar.js.
Checkout the live version here
- Create a new event by writing its title and setting start date/time and end: date/time
- After saving the details, event will be plotted on the calendar with the respective name and date/time details
- You can edit an event by clicking on the edit button and changing the detail of the event in the form
- ✓ check the event to mark it as fiinished
- You can remove the event by clicking the ✖ on top right corner of the event
STEPS
- Download all the files from here
- Unzip the file, open the dist folder and open the index.html in your browser and all the original filesare in src folder
- Open the terminal and change the directory to projects directory. Run command
bower install
- It will install all the dependencies mentioned in bower.json file.
- Open index.html from the root.
- Angular.js
- Bootstrap
- Moment.js
- jQuery
- jQueryui
- Fullcalendar
- Calendar - https://fullcalendar.io/
- datetime picker - http://trentrichardson.com/examples/timepicker/
- jQueryui - https://jqueryui.com/
Change whatever and do whatever you want with it. Make it your own. :)
Licensed under MIT License detail here