Filter by
Web development
28 items found

Home Page
Category:
featured
front end
vanilla
web development
This project is a personal portfolio website designed to highlight my skills and projects. It includes interactive elements such as typing animations, embedded YouTube videos, and smooth scrolling navigation. The website is fully responsive and optimized for various devices.
Source code: https://github.com/gofhilman/homepage

Battleship Game
Category:
featured
front end
vanilla
web development
game
The Battleship Game is a classic strategy game implemented as a web application. Players can compete against a computer or another human player by strategically placing their ships on a grid and taking turns to attack the opponent's grid. The game ends when all ships of one player are sunk.
Source code: https://github.com/gofhilman/battleship

Weather App
Category:
featured
front end
vanilla
web development
tool
WeatherApp allows users to search for weather information, pin locations, and view detailed weather forecasts. It features dynamic backgrounds, unit toggling, and real-time updates for an interactive user experience.
Source code: https://github.com/gofhilman/weather-app

To Do List
Category:
featured
front end
vanilla
web development
tool
The To Do List application is a task management tool designed to help users organize their daily activities, prioritize tasks, and keep track of deadlines. It allows users to create projects, add tasks, set priorities, and manage task completion efficiently. The application is built with a focus on simplicity and usability, making it an ideal choice for personal productivity.
Source code: https://github.com/gofhilman/todo-list

Restaurant Page
Category:
featured
front end
vanilla
web development
Meater is a restaurant website that provides users with an interactive experience to explore the restaurant's menu, contact details, and opening hours. The website is built with modular JavaScript and styled for a clean and modern look.
Source code: https://github.com/gofhilman/restaurant-page

JavaScript Form Validation
Category:
front end
vanilla
web development
This project demonstrates basic form validation using JavaScript on client side. It ensures that user inputs meet specific criteria before allowing form submission. The validation is implemented dynamically, providing real-time feedback to users.
Source code: https://github.com/gofhilman/js-form-validation


Tic-Tac-Toe
Category:
front end
vanilla
web development
game
A simple implementation of the classic Tic-Tac-Toe game. The game allows two players to compete against each other by taking turns to mark spaces in a 3x3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game.
Source code: https://github.com/gofhilman/tic-tac-toe