https://github.com/vaibhavupreti/phonebook
📱
https://github.com/vaibhavupreti/phonebook
gem ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
📱
- Host: GitHub
- URL: https://github.com/vaibhavupreti/phonebook
- Owner: VaibhavUpreti
- Created: 2022-06-24T09:19:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T13:44:08.000Z (over 3 years ago)
- Last Synced: 2023-03-09T03:35:50.148Z (over 3 years ago)
- Topics: gem, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 119 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [PhoneBook](https://phoneeboook.herokuapp.com/) 📱
PhoneBook is a webapp built with Ruby and Rails which demonstrates the simplicity of CRUD(Create, Read, Update and Delete) operations which can be performed with the framework.
With PhoneBook you can easily save your contacts details- instagram, twitter, phone number , email address, IRC handle , discord username .
The Project is hosted at [LIVE](https://phoneeboook.herokuapp.com/)
# Features.
- Add Users:
Add new users in an instant and which will then remain in your PhoneBook forever.
- Edit Profile:
Option to edit your own profile.
- Organized Dashboard:
PhoneBook provides a clean dashboard where all your contacts are stored.
- Card View:
You have a card view option to see your contact where you can edit your details.
## Add Contact

## Signup

## Dashboard

## Edit User

## Signin

## About

Things you may want to cover before setting up the project locally :
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...