vtsitlak / weekview

A Demo app that displays weekview events on a Google Calendar look like. Current week Calendar data generated dynamicaly on initialization and stored on a browser side IndexedDB

Home Page:https://github.com/vtsitlak/weekview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weekview

This project was generated with Angular CLI version 10.0.0.

Description

A Demo app that displays weekview events on a Google Calendar look like. Current week Calendar data generated dynamicaly on initialization and stored on a browser side IndexedDB. The user can navigate on previous and next weeks and the new data are stored too. This app can be used as an example of using Angular, Typescript, ngx-pwa/local-storage, Angular Material, HttpClient, RxJS, SCSS and ts-node

Setup

Ensure you have a recent version of Node and NPM installed. Install Angular CLI npm i -g angular-cli@latest Install Typescript npm i -g typescript Install TSLint npm install -g tslint Install Node packages npm i

Development server

Run ng serve or npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test or npm run test to execute the unit tests via Karma.

Running lint

Run npm run lint to fix the lint issues

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

A Demo app that displays weekview events on a Google Calendar look like. Current week Calendar data generated dynamicaly on initialization and stored on a browser side IndexedDB

https://github.com/vtsitlak/weekview


Languages

Language:TypeScript 82.6%Language:HTML 8.5%Language:JavaScript 6.8%Language:SCSS 2.2%