#html
#css
#js
#dom
#localstorage
#JSON
#master-in-software-engineering
In this project you will have to create a calendar using the main web fundamentals.
The calendar must be interactive for the users allowing them to create events without refreshing the whole page.
- Improve your knowledge of JavaScript
- Learn to work with the HTML DOM
- Learn to work with localStorage
- Learn and improve your knowledge in logic processes
- Learn to validate forms using Javascript
- Learn to work with JSON format
- You must develop this project using a single HTML page
- You cannot use third-party libraries
- You must use localStorage to store all the events, this way, if you reload the page, the events will remain stored in the browser
- You must use semantic HTML5 elements for all the contents of the application
Check with your tech lead the project requirements for this pill.