caswellorr / Team_Profile_Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ—οΈ Team Profile Generator

Link : https://watch.screencastify.com/v/JGxa6fA6FBH3oFq5U3c1

Description πŸ“–

The Team Profile Generator Your is a Node.js command-line application that takes in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person, including their name, role, employee ID number, and email.

Features πŸ“

The app uses inquirer to prompt the user in the terminal to input information.

Object-oriented programming takes the user inputed information from the command line and generates objects in JS indexes.

Then that information is written to an html index using the file system module.

Testing is key to making code maintainable, so also featuerd are a unit tests for every part of my code.

Screenshots πŸ“· :

  • User inputs information:

    alt text

  • User presented with a Success message if the code passes:

    alt text

  • User inputs displayed on an html page:

    alt text

Takeaways πŸ’‘

I learned a ton abou tthe power of object-oriented programming and require.

I also learned about asynchronous / await functions.

I also leanred how to utilize array methods, including push, map and join.


Β© 2021 Caswell Orr. Confidential and Proprietary. All Rights Reserved.

About


Languages

Language:JavaScript 75.8%Language:HTML 17.7%Language:CSS 6.5%