This repository contains my learnings and practice files for basic frontend technologies.
- HTML: Markup language for creating web page structures.
- CSS: Styling language for designing web pages.
- Tailwind CSS: Utility-first CSS framework for building custom designs.
- JavaScript: Programming language for adding interactivity to web pages.
- /html/: HTML examples.
- /css/: CSS examples.
- /tailwind/: Tailwind CSS setup and examples.
- /javascript/: JavaScript examples.
- Clone the repository:
git clone https://github.com/codal-tshah/FE_Techs.git - Explore the folders to see the code examples.