The Baby Name Generator is an app that allows users to generate random baby name(s). This can be customized based on gender, country, minimum length, maximum length, and names that start with a certain character only.
comment: <> ([Baby Name Generator] (ADD URL))
- Clone
- Open terminal and change the directory to the baby-name-generator folder
- run npm install
- run npm start
- Open http://localhost:3000 to view it in the browser.
- Node - An asynchronous event driven JavaScript runtime.
- Express - Web framework for Node.js.
- EJS - Embedded JavaScript templating engine.
- SASS - CSS preprocessor.
- Jason Duquain - JasonDuquain