Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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