This project dynamically generates a professional README.md file using the Inquirer package.
The link to the deployed application is here:
Node.js must be installed on the machine and Inquirer Node package installed in the project folder
The Inquirer Node package must be installed in the directory where your files are. You can find the installation package here: (https://npmjs.com/package/inquirer)
Once finished installing the Inquirer package, type
npm install
in the directory where files are.
You are now ready to generate your README file!
node index.js will start the application. Answer the prompts to generate the README.md file
Go the extra mile and write tests for your application. Then provide examples on how to run them.
Enter node index
to start the Professional README.md generator.
Use <SPACE>
to separate lines or paragraphs for each prompt.
Pressing <ENTER>
submits your answer.
To add a screenshot to any prompt, first create an assets/images
folder in your repository and upload your screenshot to it. Then, using the relative filepath, add it to your README.md using the following syntax:

You can always edit the README.md file after generating it in order to correct any misspelled words or to enhance the document.
Starter Code for this README.md project: (https://github.com/coding-boot-camp/potential-enigma)
Tutorials: Basic Writing and Formating Syntax https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#styling-text
GitHub users Imbingz and lukas-h for their markdown license badge projects
GitHub Username:
This README was generated with ❤️ by Tammy Fina © 2022