This is a weekly calendar app for Angular 9. It will display a weekly calendar and allows a user to browse different weeks, add events to a calendar and filter events by user.
This application uses json-server
to mimic a true backend by proxy config. To start the server:
npm run server
The json-server's data is contained in /json-server/db.json
and can be easily edited manually.
To start the Angular application in Dev mode:
ng serve
The application is fully tested. The tests can be run using:
ng test
- The application is not responsive and will likely break in any resolution under 1920x1080.