Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.07 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.07 KB

time-tracking-widget

Activity time tracker widget based on Angular. It's a simple landing page with no actual functionality. It is intended to represent main Angular features.

Link to the project.

app-preview

Technologies

  • JavaScript
  • Angular
  • RxJS
  • HTML, CSS, SASS
  • Flexbox, Grid
  • BEM

Features

  • Switching between activity period
  • Smooth links & cards animations

Installation

  1. Clone the repository to your local machine:
$ git clone https://github.com/clericlvl2/time-tracking-widget.git
  1. Run npm install inside the downloaded/cloned folder:
$ npm install
  1. Start the app by running the command below. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
$ npm start

Further plans

  • Add routing & modules
  • Add light theme