This repository contains various frontend code snippets organized into small projects. Each project is designed to explore and demonstrate different techniques and approaches in frontend development, covering HTML, CSS, JavaScript, and React.
- Mini Projects → Each folder contains a small project focusing on a specific feature or component.
- HTML & CSS → Basic structure and styling of UI elements.
- JavaScript → Interactive functionalities, from simple to complex.
- React → Modular and dynamic components.
✅ Simple navbar using HTML & CSS
✅ Dark mode toggle with JavaScript
✅ Fetch API and display data in React
- Clone the repository:
git clone https://github.com/fatkhurrhn/frontend-code-collection.git
- Navigate into the project directory:
cd frontend-code-collection
- Open any project folder and run it locally.
Feel free to contribute by adding new frontend mini-projects or improving existing ones. Fork, create a branch, and submit a pull request!
This project is open-source and available under the MIT License.