This REST service tracks referrers to a website and their counts by domain.
- Endpoint to accept a url as a parameter and count the number of times the domain in the url has been seen.
- Endpoint that returns the 3 highest seen referring domains.
- UI that displays the 3 highest domains.
Calendar app implementation to display all the dates for the current month. The calendar app allows to mark appointments with following functionality: • Any appointment can be made for the current day or for a future date. • No two appointments should overlap. If an appointment already exists for a day, a warning should be shown. • Appointments can be edited and deleted. • Local storage is used for storing calendar