Simple Password Manager

Simple Password Manager

3 devlogs
8h 28m
Created by Robert

This is an Angular-based web application for managing passwords. The application allows users to generate, view, edit, and delete passwords for various websites.

Timeline

Ship 1

0 payouts of shell 0 shells

Robert

about 2 months ago

Robert Covers 3 devlogs and 8h 28m

Fully working password manager :DD

Update attachment

feat: initialize password manager application with Angular
- Added package.json with Angular and Bootstrap dependencies.
- Created app component with HTML structure and CSS styles.
- Implemented navbar component for application branding.
- Set up routing configuration for future navigation.
- Added login data model for managing user credentials.
- Included main entry point and index HTML file for application bootstrapping.
- Configured TypeScript settings for application and testing.
- Added global styles and Bootstrap integration.
- Created unit tests for app and navbar components.

Update attachment

Completed readme with outline of the project :D

Update attachment