Skip to content

Commit 9a7668e

Browse files
Update README.md
1 parent aaccb69 commit 9a7668e

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,20 @@ This minor project is designed to:
2424

2525
## 🛠️ Tech Stack
2626

27-
- **ReactJS** – Frontend JavaScript library
28-
- **TailwindCSS** – Utility-first CSS framework
29-
- **CSS Modules** – Modular and scoped styling
27+
Here’s a breakdown of the technologies used in this project:
28+
29+
- **ReactJS** – A JavaScript library for building interactive user interfaces with reusable components.
30+
- **TailwindCSS** – A utility-first CSS framework for rapidly styling elements without writing custom CSS.
31+
- **CSS Modules** – A way to write modular and scoped CSS to avoid class name conflicts in large apps.
32+
- **JavaScript (ES6+)** – Modern JavaScript features used for logic and interactivity.
33+
- **HTML5** – The standard markup language used to structure the layout of web pages.
34+
- **Vite** – A fast development server and build tool that speeds up React development (optional, if used).
35+
- **Git & GitHub** – Version control and project collaboration tools for tracking code changes.
36+
- **NPM/Yarn** – Package managers used to install and manage third-party libraries and dependencies.
37+
38+
---
39+
40+
💡 *This stack is great for learning how to build scalable, modern frontend applications.*
41+
3042

3143
---

0 commit comments

Comments
 (0)