Skip to content

prajyot-narulkar925/angular-task-demo

Repository files navigation

Demo Task

About the App

This application showcases my Angular experience by building the problem statment provided!

Below is a screenshot of the project completed:

Specifications

Necessary Features & Functionality

Feature Description Notes
New list Create new list when user clicks button Ask for the list name before creating
Add card Asks user to enter a title for the card 'Add card' button pushes card to list
Theme Switch Aslloow the user to switch between themes 'Change Theme' button changes the theme

Secondary Features & Functionality

Feature Description
Dragging items Users to drag cards

Component Tree

trello-clone  
└───src
│   └───app [will contain main board]
│       │   app.component.css
│       │   app.component.html
│       │   app.component.spec.ts
│       │   app.module.ts
│       └───LandingPageComponents
|             └───board
|                   │   board.component.css
│                   │   board.component.html
│                   │   board.component.spec.ts
│                   │   board.component.ts
│             └───list
|                   │   list.component.css
│                   │   list.component.html
│                   │   list.component.spec.ts
│                   │   list.component.ts
│             └───card
|                   │   card.component.css
│                   │   card.component.html
│                   │   card.component.spec.ts
│                   │   card.component.ts
|         └───Services
|                |    mock-data.service.ts
|                |    mock-data.service.spec.ts
|         └───Themes
|                │   theme.module.ts
│                │   theme.service.spec.ts
│                │   theme.service.ts
│                │   theme.ts                

Installation for OSX

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published