Animus
Animus is a Trello clone. It uses the popular web-based list-making concepts of board, lists and cards encompassing features such as:
- In a board, users would be able to create or delete multiple LISTS.
- In each list, users would be able to add, update or delete multiple cards.
- Between lists, users would be able to move cards from one list to another.
- Each list will have a Title.
- Each card will have title, description and comments section:
- Each card can have multiple comments.
- Each comment will have just body string.
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.
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.
Tech involved:
- Angular
- Bootstrap
- Angular Material
- Angular CDK
- Heroku
- Node.js