Loading repository dataβ¦
Loading repository dataβ¦
theakshaymore / repository
π¨A collection of UI/UX explorations and frontend design experiments - the visual layer of my full-stack development practice. This repository showcases my work on animations, layouts, and interactive components. π» A space to try things out, break stuff, and learn by building.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A collection of UI/UX explorations, animations, and interactive components. This repository contains various frontend projects built to experiment with design patterns, CSS techniques, and JavaScript interactions.
This repository contains standalone frontend projects focusing on:
Each project is self-contained and deployed.
| Project | Demo | Technologies |
|---|---|---|
| Plant Trees Animation | View | HTML, CSS, JavaScript, GSAP |
| IT Solutions Platform | View | HTML, CSS, Responsive Design |
| Portfolio Website | View | HTML, CSS, JavaScript |
| Blog Interface | View | HTML, CSS, Typography |
| Sign-in Form | View | HTML, CSS, Form Validation |
| Landing Page | View | HTML, CSS, JavaScript |
| Animated Button | View |
| CSS Animations |
| Ninja Blog | View | HTML, CSS, Layout |
| Image Slider | View | JavaScript, CSS Transitions |
| Bulma Components | View | Bulma CSS Framework |
| Calculator | View | JavaScript, CSS Grid |
| Dark Mode Toggle | View | JavaScript, LocalStorage |
| Login & Signup | View | HTML, CSS, JavaScript |
| Navbar Tab Slider | View | CSS, JavaScript |
| Neumorphism Effect | View | CSS Design Trends |
| Responsive Navbar | View | Mobile-First CSS |
| To-Do List | View | JavaScript, CRUD, LocalStorage |
| Video Background | View | HTML5 Video, CSS |
| Landing Page Alt | View | HTML, CSS |
Each project follows a simple structure:
project-name/
βββ index.html # Main HTML file
βββ css/
β βββ style.css # Styles
βββ js/
β βββ main.js # JavaScript logic
βββ assets/ # Images, fonts, etc.
# Clone the repository
git clone https://github.com/theakshaymore/Frontend-Mentor.git
# Navigate to any project directory
cd Frontend-Mentor/project-name
# Open index.html in your browser
# Or use a local server (e.g., Live Server in VS Code)
index.htmlAll projects are built with mobile-first approach and work seamlessly across devices.
These projects explore various frontend concepts:
CSS
JavaScript
DOM manipulation
Event listeners
ES6+ features
State management
Browser APIs (LocalStorage, etc.)
Design
UI/UX principles
Color theory
Typography
Spacing and layout