Skip to content

moitorgh/odin-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odin-recipes

A Basic Recipe Website (Give it a try!)

General Info

Technologies

  • Git
  • GitHub
  • GitHub Pages
  • HTML
  • CSS

Project Status

This project is no longer actively maintained.

Setup & Usage

  • Fork and git clone the odin-recipes repository to get a local copy.
  • Either view the live demo or open index.html in your favorite browser.

Self Reflections

  • This is the first project in the Foundations course of The Odin Project.
  • I practiced my basic HTML chops which included stuff like the HTML boilerplate (i.e., the DOCTYPE and the elements html, head, meta, title, body etc.) along with other elements and documentations for headings, paragraphs, bold and italicized, nesting and indentation, ordered and unordered lists, links and images, git commit messages, writing READMEs, and build and deployment using github-pages.
  • I also added CSS to change the look and style of the website. Some of the techniques that I utilized were the usage of a universal selector, type selectors, class selectors, ID selectors, grouping selectors, chaining selectors, descendant combinator, several CSS properties (particular the use of web fonts and generic fonts), CSS cascade, specificity, inheritance, and rule order.
  • Furthermore, I improved upon the previous CSS by utilizing the newly learned CSS box model. I also used a gif to make it look pleasant and completely revamped the index page from earlier iterations.

Feature Additions

  • Style it up with CSS
  • Improve index page using CSS box model
  • Improve all webpages using CSS box model
  • Give sources in the acknowledgements section
  • Write a comprehensive and well documented README

Contact & Support

  • Feel free to contact me on discord (moitorgh_26401).
  • No further improvements will be made towards this project.

Acknowledgements