Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimuthadithya/mini-projects
mini projects JS
https://github.com/dimuthadithya/mini-projects
css flowbite javascript js projects react scss tailwindcss
Last synced: 17 days ago
JSON representation
mini projects JS
- Host: GitHub
- URL: https://github.com/dimuthadithya/mini-projects
- Owner: dimuthadithya
- Created: 2024-09-08T17:30:06.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T18:35:34.000Z (4 months ago)
- Last Synced: 2024-11-26T07:33:02.367Z (about 1 month ago)
- Topics: css, flowbite, javascript, js, projects, react, scss, tailwindcss
- Language: HTML
- Homepage: https://dimuthx353.github.io/mini-projects/
- Size: 14.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Mini Projects
This repository contains various mini JavaScript projects that I have worked on to practice and improve my JavaScript skills. Each project demonstrates different concepts, techniques, and functionalities used in modern web development.
## Projects Included
1. **Expanding Cards**
- **Description**: This project demonstrates an interactive card expansion feature. When a card is clicked, it expands while collapsing the others by toggling the 'active' class using JavaScript.
- **Technologies Used**: HTML, CSS, JavaScript