Giter VIP home page Giter VIP logo

holbertonschool-airbnb_clone's Introduction

AirBnB Clone Holberton Taieb

๐ŸŽ“ AirBNB Clone Project

A first full Web Application group project at Holberton School. The goal of the project is to deploy on our server a simple copy of the AirBnB website.

Description ๐Ÿ“œ

The learning aims of this project is to consolidate our knowledge and skills in Python and OOP, to learn HTML/CSS, database storage, API, front-end integration and networking basics.

This project doesn' implement all the AirBNB features, only some of them to cover all fundamental concepts of the higher level programming track.

Detailed Learning Objectives ๐ŸŽ“

  • How to create a Python package
  • How to create a command interpreter in Python using the cmd module
  • What is Unit testing and how to implement it in a large project
  • How to serialize and deserialize a Class
  • How to write and read a JSON file
  • How to manage datetime
  • What is an UUID
  • What is *args and how to use it
  • What is **kwargs and how to use it
  • How to handle named arguments in a function
  • What is HTML
  • How to create an HTML page
  • What is a markup language
  • What is the DOM
  • What is an element / tag
  • What is an attribute
  • How does the browser load a webpage
  • What is CSS
  • How to add style to an element
  • What is a class
  • What is a selector
  • How to compute CSS Specificity Value
  • What are Box properties in CSS

Web Application Components โš™๏ธ

  • A command interpreter to manipulate data without a visual interface, like in a Shell (perfect for development and debugging). Allows to:
    • create your data model
    • manage (create, update, destroy, etc) objects via a console / command interpreter
    • store and persist objects to a file (JSON file)
  • A website (the front-end) that shows the final product to everybody: static and dynamic
    • Static:
      • learn HTML/CSS
      • create the HTML of our application
      • create template of each object
    • Dynamic:
      • learn JQuery
      • load objects from the client side by using your own RESTful API
  • A database (MySQL) or files that store data (data = objects)
  • An API (RESTful API) that provides a communication interface between the front-end and your data (retrieve, create, delete, update them)

Technologies & Tools ๐Ÿ’ป

Requirements โ—

Final Product

Testing

holbertonschool-airbnb_clone's People

Contributors

v-dav avatar djmlmhmd avatar

Watchers

 avatar

Forkers

djmlmhmd

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.