Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.77 KB

readme.md

File metadata and controls

41 lines (32 loc) · 1.77 KB

Build a Website from Scratch - FungiFinders

This project is a production-ready website Called "FungiFinders" built from scratch as part of a two days live workshop on FrontendMasters with Kevin Powell. The workshop guided the process of designing and implementing a website step by step, covering basic web development concepts, HTML, CSS, and JavaScript.

In addition to these core topics, the workshop also focused on user accessibility, best practices for writing clean and maintainable code, and organizing code for better readability. These principles were applied throughout the project to ensure the website is not only functional but also accessible and easy to maintain.

More information about the Workshop: https://frontendmasters.com/workshops/build-a-website/

Overview

In this project, I created a fully functional website using HTML, CSS, and JavaScript, following the instructions from the workshop. The goal was to understand how each of these technologies works together to create an interactive, responsive web page.

🔖 Project Structure

/FungiFinders
│
├── /assets/ # Folder for images, icons, and other media files
│ ├── logo.png # Example logo image
│ └── background.jpg # Example background image
│ └── ...
│ └── Design # contain design file like mobile and desktop views
│ └── colors-typography
│ └── page-one-copy.md # content for page 1
│ └── page-two-copy.md # content for page 2
│
├── styles.css
│
├── /script.js
├── /mushroom-filter.js
│
├── index.html
└── README.md

📚 REF