icollier77 / team-page-app

Bootcamp assignment to create an app that generates a team page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module 12 Challenge: Team Page Generator

Assignment 12 of the Front-End Web Dev bootcamp to create a team page.



Team webpage

Team Page Generator

A Node-based app to dynamically create an html page for a team based on user inputs from command line.



Table of Contents
  1. About The Project
  2. Development
  3. Deployed Project

About The Project

Project Goal

The goal of this project is to apply principles of Object-Oriented Programming and Test-Driven Development, and to practice working with Node.js (specifically the inquirer and fs packages) and Jest.js to create an app that dynamically generates an html page based on CLI inputs.

Sample Project Image

We were provided with a sample image of how the generated html file can look in the browser (the styling is optional):

sample image

Built With

We were provided with some starter code in JavaScript and html, which I further updated.

The project was built with:

HTML CSS Bootstrap JavaScript Node.js Inquirer.js Jest.js

(back to top)

Development

The development of this project required applying the principles of Test-Driven Development: Red -> Green -> Refactor.

That meant to write the test files first, then writing JavaScrip code that fails the tests, improving the code so that it passes the tests, and then refactoring the code to make it clean and dry.

(back to top)

Deployed project

The generated html file looks like this:

team page

This repository contains the JavaScript files, the test files and the final output html file:

(back to top)

Credit:

Attribution - Team icons created by iconixar - Flaticon

About

Bootcamp assignment to create an app that generates a team page.

License:MIT License


Languages

Language:JavaScript 74.9%Language:HTML 24.4%Language:CSS 0.7%