Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jernestmyers/restaurant-page
project 3 in the odin project's full stack javascript course.
https://github.com/jernestmyers/restaurant-page
Last synced: 1 day ago
JSON representation
project 3 in the odin project's full stack javascript course.
- Host: GitHub
- URL: https://github.com/jernestmyers/restaurant-page
- Owner: jernestmyers
- Created: 2021-05-24T02:22:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T02:33:56.000Z (over 2 years ago)
- Last Synced: 2023-08-14T21:43:02.166Z (over 1 year ago)
- Language: JavaScript
- Size: 3.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# restaurant-page
## project 3 in the odin project's full stack javascript course.project objectives:
1. use only js to generate the contents of the website
2. use a separate css file to style the contents, if needed/desired
3. use webpack for the first time on a project