The Web Developer Bootcamp by Colt Steele - Projects
This repository contains various projects that were created during The Web Developer Bootcamp on Udemy. The projects below range from simple static pages to dynamic applications with API integrations. The majority of the projects have been enhanced and customised from the original code-along tutorials to both to improve usability and to solidify my skills and understanding of web development concepts.
Projects
Photo Blog
A clean, responsive photo gallery showcasing stunning images with elegant hover effects for dynamic interaction.
- https://github.com/daniel-d-dev/colt-steele-web-dev-course/tree/main/photo-blog
- https://daniel-d-dev.github.io/colt-steele-web-dev-course/photo-blog/
Pricing Panel
A modern, responsive pricing table with three tiers, featuring hover effects and a mobile-friendly layout.
- https://github.com/daniel-d-dev/colt-steele-web-dev-course/tree/main/pricing-panel
- https://daniel-d-dev.github.io/colt-steele-web-dev-course/pricing-panel/
Museum of Candy
A vibrant, candy-themed website using Bootstrap and custom CSS, with interactive scrolling and playful design.
- https://github.com/daniel-d-dev/colt-steele-web-dev-course/tree/main/museum-of-candy
- https://daniel-d-dev.github.io/colt-steele-web-dev-course/museum-of-candy/
Console-Based To-Do List
A simple to-do app running in the browser console, allowing users to add, view, and delete tasks via commands.
- https://github.com/daniel-d-dev/colt-steele-web-dev-course/tree/main/todo-list
- https://daniel-d-dev.github.io/colt-steele-web-dev-course/todo-list/
Random Colour Generator
Click a button to generate random RGB colours, changing the background and displaying the colour code.
- https://github.com/daniel-d-dev/colt-steele-web-dev-course/tree/main/random-colour-generator
- https://daniel-d-dev.github.io/colt-steele-web-dev-course/random-colour-generator/
Score Keeper
A game score tracker with adjustable winning points, real-time score updates, and a reset function.
- https://github.com/daniel-d-dev/colt-steele-web-dev-course/tree/main/score-keeper
- https://daniel-d-dev.github.io/colt-steele-web-dev-course/score-keeper/
TV Show Search App
Search for TV shows using the TVMaze API, displaying show images, titles, and descriptions dynamically.
- https://github.com/daniel-d-dev/colt-steele-web-dev-course/tree/main/tv-show-search-app
- https://daniel-d-dev.github.io/colt-steele-web-dev-course/tv-show-search-app/