Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/salimi-my/phonebook-app

This is a simple CRUD app created using Codeigniter. This app can be use to view, add, edit & delete contacts.
https://github.com/salimi-my/phonebook-app

bootstrap5 codeigniter3 jquery mysql

Last synced: 13 days ago
JSON representation

This is a simple CRUD app created using Codeigniter. This app can be use to view, add, edit & delete contacts.

Awesome Lists containing this project

README

        

# [Phonebook App](https://phonebook.salimi.my) · [![Author Salimi](https://img.shields.io/badge/Author-Salimi-%3C%3E)](https://www.linkedin.com/in/mohamad-salimi/)

This is a simple phonebook web app created using Codeigniter. User can view, add, update & delete contacts.

## Simple CRUD app

- This is a phonebook app
- User can view, add, edit & delete contacts
- Created in PHP using Codeigniter framework

## Tech/framework used

- Codeigniter 3
- Bootstrap 5
- MySQL
- jQuery

## Starting the project

Open the [database.php](/application/config/database.php) and fill in your database configurations. Create new MySQL database then import [contact.sql](/contact.sql).

## Demo

Hosted privately on personal DigitalOcean Droplet. [Click here](https://phonebook.salimi.my) to visit.


Direct link: `https://phonebook.salimi.my`

## Screenshots

#### Contact List

![Contact List](/screenshots/screenshot-1.png)