Skip to content

SerDiuK/angular-weekly-calendar

Repository files navigation

Calendar App

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.

Running the json-server

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.

Running the application

To start the Angular application in Dev mode:

ng serve

Testing the application

The application is fully tested. The tests can be run using:

ng test

Known issues

  • The application is not responsive and will likely break in any resolution under 1920x1080.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published