Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/salimi-my/phonebook-app
- Owner: salimi-my
- License: mit
- Created: 2022-11-28T09:16:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T15:49:41.000Z (8 months ago)
- Last Synced: 2024-03-19T17:02:12.871Z (8 months ago)
- Topics: bootstrap5, codeigniter3, jquery, mysql
- Language: PHP
- Homepage: https://phonebook.salimi.my
- Size: 705 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
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)