wmerussi / to-do-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDoList

This project is meant to create a personal To Do List, where you create lists with tasks.

All information will be stored on Firebase Database and it's possible to retrieve them on further sign ins.

TODOs

  • Make columns to distribute the lists across screen (Home Page).
  • Make service loader to inform that something is happening
  • Apply frontend validation
  • Integrate TDD
  • Some list service refactor

Development server

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

Project rules and editor configuration

  • This project uses the Code Style from Airbnb ng lint, please refer to Airbnb JavaScript Style Guide for more information.

  • Editor configurations are located on file .editorconfig. Please check for Editor Config support on EditorConfig Page.

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 to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

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

About


Languages

Language:TypeScript 47.7%Language:CSS 40.5%Language:HTML 10.1%Language:JavaScript 1.8%