Giter Club home page Giter Club logo

03-jquery-with-events's Introduction

CF Lab 03: jQuery Events

Code Wars Challenge

Complete today's Kata and follow the submission instructions from Lab 01.

Lab 03 Submission Instructions

Follow the submission instructions from Lab 01.

Resources

jQuery cheatsheet

Template Literals MDN

Configuration

Your repository must include:

03-jquery-with-events
└── starter-code
└── driver-navigator
  ├── .eslintrc.json
  ├── .gitignore
  ├── LICENSE
  ├── README.md
  ├── index.html
  ├── scripts
  │   ├── article.js
  │   ├── articleView.js
  │   └── blogArticles.js
  ├── styles
  │   ├── base.css
  │   ├── layout.css
  │   └── modules.css
  └── vendor
      └── styles
          ├── fonts
          │   ├── icomoon.eot
          │   ├── icomoon.svg
          │   ├── icomoon.ttf
          │   └── icomoon.woff
          ├── icons.css
          └── normalize.css
  └── PULL_REQUEST_TEMPLATE.md
  └── README.md

User Stories and Feature Tasks

As a user, I want to be able to filter my articles so that I can selectively view articles by author or by category.

  • Complete the new requirements for setting data-<attributes> in your toHtml() method.
  • Complete the methods for handling filter events when selecting an option from a drop down menu via Authors and Categories so that only the selected articles are displayed on the screen.

As a user, I want to be able to preview each article so that I can easily view the results and select the one I want to read further.

  • Add an event to reveal a complete article if the user would like to see more of it beyond the teaser.

As a user, I want tab-based navigation so that I can easily visit other sections of my site.

  • Complete the method articleView.handleMainNav() for implementing tab-based event navigation on the page.

As a developer, I want my code to be thoughtfully organized, easy to read, and executing efficiently.

  • Review and understand the new JS file, articleView.js
  • Add any new script tags to your HTML.
  • Refactor concatenation using template literals.
  • Render the app upon page load.

Stretch Goal

As a user, I want to be able to collapse an expanded article to the teaser view so that I can more easily scan over a series of articles.

  • Build in functionality such that a user can click on "Show Less" to collapse a full article into a teaser.

Documentation

Your README.md must include:

# Project Name

**Author**: Your Name Goes Here
**Version**: 1.0.0 (increment the patch/fix version number up if you make more commits past your first submission)

## Overview
<!-- Provide a high level overview of what this application is and why you are building it, beyond the fact that it's an assignment for a Code Fellows 301 class. (i.e. What's your problem domain?) -->

## Getting Started
<!-- What are the steps that a user must take in order to build this app on their own machine and get it running? -->

## Architecture
<!-- Provide a detailed description of the application design. What technologies (languages, libraries, etc) you're using, and any other relevant design information. -->

## Change Log
<!-- Use this are to document the iterative changes made to your application as each feature is successfully implemented. Use time stamps. Here's an examples:

01-01-2001 4:59pm - Application now has a fully-functional express server, with GET and POST routes for the book resource.

## Credits and Collaborations
<!-- Give credit (and a link) to other people or resources that helped you build this application. -->
-->

03-jquery-with-events's People

Contributors

seattlechris avatar tara-johnson avatar

Watchers

 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.