Giter Club home page Giter Club logo

contact-box's Introduction

contact-box

contact-box django based web application.

This application was created to store people's contact details in pre-created groups.

For a first time I created a model which can store a picture. This picture has to be displayed inside a contact card and has an option to change. Also this time I used classes instead of functions in views.

The application contains:

  1. Models:
    • Person (can store a picture)
    • Address with one to many relation to Person model as there can be more than one address
    • Phone with one to many relation to Person model as there can be more than one phone number
    • Email with one to many relation to Person model as there can be more than one email address
    • Group with many to many relation to Person model
  2. Classes:
    • to create, modify, delete a person and display a contact card
    • to add new email, phone number and address
    • to create, delete a group and to add, remove person from it
    • to display a group and search for a person inside it
  3. Separated html templates for almost every action.
  4. Cooperation with PostgreSQL database.
  5. Separated file for local settings.

For the front-end side I used basic bootstrap css theme to have a top menu and the container below. In the future I will improve this part.

contact-box's People

Contributors

razhelq avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.