Skip to content

mamidalaramu/Personal-dashboard

Repository files navigation

PersonalDashboard

This is a simple personal dashboard application built using Angular. The dashboard provides features like managing todos, bookmarking webpages, and taking notes. Additionally, it displays the current time and allows users to refresh the wallpaper.

Features

  • Todo Management: Organize your tasks with a simple todo list.
  • Bookmarking: Save important webpages for easy access.
  • Notes: Take quick notes and keep track of important information.
  • Clock: Display the current time.
  • Wallpaper Refresh: Refresh the wallpaper for a new look.

Technologies Used

  • Angular: A popular front-end framework for building single-page applications.
  • TypeScript: A superset of JavaScript that adds static typing and other features to the language.
  • SCSS: A CSS preprocessor that adds features like variables, mixins, and nesting.
  • HTML: The standard markup language for creating web pages.

Usage

  1. Clone the repository to your local machine.

    git clone https://github.com/mamidalaramu/Personal-dashboard.git cd personal-dashboard

  2. Install dependencies using npm or yarn.

    npm install

  3. Start the development server.

    ng serve

  4. Open your browser and visit http://localhost:4200 to view the dashboard.

This project was generated with Angular CLI version 16.1.3.

Development server

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

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

About

A personal dashboard made using Angular and TypeScript. The dashboard has tabs to add bookmarks, todos, notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published