Pick a celebrity or other topic and use Express to make a Website for it.
- Fork this repo
- Clone this repo
-
Upon completion, run the following commands:
git add . git commit -m "done" git push origin master
-
Create Pull Request so your TAs can check up your work.
All your work will happen inside starter_code so first enter starter_code and then run the command to create package.json file.
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.json
file (runnpm init
to create one) - to npm install
express
- a
views/
folder for your separate HTML files - a
public/
folder for your publicly available files like CSS, images and (bonus) JavaScript
Happy coding! ❤️