Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mynul-islam-madhurjo/contact-management-system
https://github.com/mynul-islam-madhurjo/contact-management-system
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mynul-islam-madhurjo/contact-management-system
- Owner: mynul-islam-madhurjo
- Created: 2024-11-25T13:20:20.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-25T13:27:51.000Z (about 1 month ago)
- Last Synced: 2024-11-25T14:28:14.427Z (about 1 month ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contact Management System
A simple contact management application built with TypeScript, HTML, and CSS. Manage your contacts with basic CRUD operations.
Live Demo: [Contact Management System](https://contact-management-system-typescript.netlify.app/)
## Features
- Add new contacts
- Edit existing contacts
- Delete contacts
- Persistent storage using localStorage
- Responsive design## Technologies
- TypeScript
- HTML5
- CSS3
- Local Storage API## Project Structure
```
contact-manager/
├── src/
│ └── app.ts
├── dist/
│ └── app.js
├── index.html
├── styles.css
└── tsconfig.json
```