Conversation
This commit introduces a complete, single-page portfolio website for Rendani Manugeni. The website is built with vanilla HTML, CSS, and JavaScript and includes the following sections and features: - An "About Me" section with personal details and social media links. - A "My Projects" section that dynamically fetches and displays the latest projects from the user's GitHub profile (@mononeer). - A "Web Games" section featuring a fully functional Tic-Tac-Toe game and a visual placeholder for a Chess game. - A "Cool Apps" section with a working calculator and an on-page search functionality that highlights keywords. - The UI is styled with a modern, dark theme using the user's specified color palette (grey, blue-black, and violet).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change creates a complete and functional portfolio website based on the user's detailed requirements. It includes dynamic project fetching from GitHub, interactive web games like Tic-Tac-Toe, and utility apps like a calculator and a search function, all styled with a custom color palette.