Giter VIP home page Giter VIP logo

automated-world-citrus-circus's Introduction

Automating the World

Your task in this group project is to use your newfound skills of automation, and rebuild your travel brochure site using objects, arrays, components, modules, CSS selectors, Flexbox, semantic HTML, and data providers.

Each city, each landmark, and each famous citizen must be represented in application state as objects. This means that you will need multiple separate data providers, list components, and HTML representation components for each page.

A suggestion is to create multiple sub-directories under scripts. If, for example, your team chose Turkey, Morocco, Tanzania, and Indonesia, you would have the following main modules.

Note: Do not make any properties on your resources that involve presentation - like class names, or HTML tags. Only the properties of the resource should be on each object.

mkdir scripts/turkey
mkdir scripts/morocco
mkdir scripts/tanzania
mkdir scripts/indonesia

touch scripts/indonesia/main.js
touch scripts/turkey/main.js
touch scripts/morocco/main.js
touch scripts/tanzania/main.js

To organize your files even more, you could create three sub-directories in each of the city directories.

mkdir scripts/morocco/cities
touch scripts/morocco/cities/CityData.js

mkdir scripts/morocco/landmarks
touch scripts/morocco/landmarks/LandmarkData.js

mkdir scripts/morocco/celebrities
touch scripts/morocco/celebrities/CelebritiesData.js

Setup

  1. Everyone clone the repository with git clone {connection string}
  2. Everyone immediately create their first feature branch with git checkout -b {initials-feature}

Review of Requirements from Hello World

Components.

  1. Navigation with links to each page. There should be a visual clue for the active page.
  2. A header that includes an appealing image. It could be a city or landmark in that country.
  3. The header should also include a headline with the name of the country.
  4. A list of cities that you would like to visit in the country.
  5. A list of landmarks that you would like to visit in the country.
  6. A list of famous citizens. You can pick your favorites.
  7. A footer with copyright information.

Requirements

  1. You must use semantic HTML tags
  2. You must use CSS imports
  3. You must use good CSS naming conventions, prefereably the BEM format
  4. You must use Flexbox
  5. You have one of your teammates approve a pull request before your branch is merged into main.
  6. You must do all work on a feature branch, never on main.
  7. Validate your HTML. Use a tool: Validator

User Experience

  1. Your team must decide on a consistent experience across all pages. Fonts, color scheme, layout, and structure. Hello World Layout

Stretch Goal

  1. Using Sharethrough, analyze your headline with the country name. Make adjustments to the copy to make it more engaging.

automated-world-citrus-circus's People

Contributors

laurelmorrison avatar srcrank avatar micaelawyatt avatar coachbre avatar sidneycrandall avatar github-classroom[bot] avatar

Stargazers

 avatar

Watchers

James Cloos avatar Brenda Long 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.