Pick a celebrity or other topic and use Express with EJS to make a Website for it.
Your Website should have (at least) 3 pages:
- A home page
- An "about" page
- A photo gallery page
Your site should also have a public/ folder for:
- CSS styling
- images
- (BONUS) some small front end JavaScript (click events, fade ins, popups, etc.)
Send your pull request before next class!
Your starter code only has an empty app.js file.
In addition to that, you will need:
- a
package.jsonfile (runnpm initto create one) - to install
expressandejswith npm (dont' forget to--save) - a
views/folder for your EJS files (remember they just contain HTML right now) - a
public/folder for your publicly available files like CSS, images and (bonus) JavaScript