Team Profile Generator

The Task

To create a command line program that allows you to generate HTML team profile. We also used JEST to test this application.

This project allowed me to learn more about the following;

  • Javascript implimentation and use
  • The ability to take a set of criteria and create a website that follows those criteria
  • A deeper understanding of modules and how they interact with each other.
  • A deeper understanding of testing and the JEST module
  • A deeper understanding of Javascript and it things you can do with it

Installation and Usage

This project is a command line application and must be cloned, npm installed and run locally.

A video of the testing and usage was also taken and can be found here.

Alt text

Credits

This project was done in conjunction with the University of Sydney and Trilogy Education through their collaborated full stack bootcamp program. The OpenWeather API was used in this web application.