Skip to content

Multi-page website built with HTML, CSS, and vanilla JavaScript as part of a two days live workshop on FrontendMasters with Kevin Powell.

Notifications You must be signed in to change notification settings

uj-ujjawal/FungiFinders

Repository files navigation

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

About

Multi-page website built with HTML, CSS, and vanilla JavaScript as part of a two days live workshop on FrontendMasters with Kevin Powell.

Resources

Stars

Watchers

Forks