Raid55 / AirBnB_clone

A clone of the popular site AirBnB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The AirBnB clone project: Part 1

The Console 💻

Description

Part of a 4-month, web application project designed to cover the fundamental concepts of higher level programming; this first step implements a command interpreter (aka console, shell, CLI, etc...) to manage the objects of our project.

Environment

  • OS: Ubuntu (14.04 LTS)
  • language: Python (3.4.3)
  • style:
    • python: PEP 8 (v. 1.7.0)
    • bash: ShellCheck (0.3.3)

Setup

Testing

Execution


The AirBnB clone project: Part 2

Web static ⚡

Description

Part of a 4-month, web application project designed to cover the fundamental concepts of higher level programming; The Second step is to set up a static html and css webpage for the users to interface with.

Environment

  • OS: Ubuntu (14.04 LTS)
  • browser Chrome (56.0.2924.87)
  • language: HTML5, CSS3
  • style:
    • css: W3C-Validator
    • HTML: W3C-Validator

Setup

Testing

Execution


Authors

About

A clone of the popular site AirBnB


Languages

Language:Python 55.7%Language:HTML 29.6%Language:CSS 14.7%