Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luzefiru/odin-recipes
A basic recipe website in accordance with The Odin Project's HTML Foundations Course Project.
https://github.com/luzefiru/odin-recipes
Last synced: 4 days ago
JSON representation
A basic recipe website in accordance with The Odin Project's HTML Foundations Course Project.
- Host: GitHub
- URL: https://github.com/luzefiru/odin-recipes
- Owner: Luzefiru
- License: mit
- Created: 2022-11-26T00:56:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T08:45:49.000Z (about 2 years ago)
- Last Synced: 2024-11-09T20:12:50.886Z (2 months ago)
- Language: HTML
- Size: 875 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# odin-recipes
A basic recipe website in accordance with The Odin Project's HTML Foundations Course Project.This project taught me how to utilize Git, HTML, and GitHub Pages to setup a simple website that contains images, hyperlinks to local webpages, and nested lists with various HTML attributes.
I also learned various HTML attribute etiquette/conventions to enhance website accessibility and compatibility. Furthermore, I was able to practice creating 'atomic commits' and use Git commit conventions to keep track of my development process.