Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```