| Status | Tech Stack | Type |
|---|---|---|
| HTML / CSS (Vanilla) | Simple Landing Page |
TreePlant is a simple, clean, and responsive landing page designed with a clear, positive mission: "Plant tree and make the world green."
This project demonstrates proficiency in fundamental front-end development, focusing on structured HTML markup and custom CSS styling. It served as a valuable foundational exercise in building basic web layouts and applying core styling principles.
https://tree-plant.netlify.app/
This project is built using foundational web technologies:
- HTML5: Used for structuring the content and semantics of the page.
- CSS3: Used for all styling, layout, and responsiveness.
- JavaScript (Conceptual): Although the visible project is static, the repository contains materials used to practice and understand core JavaScript concepts (such as ES6 features, functions, and scoping).
- Clean, Semantic Markup: Well-structured HTML that is easy to read and maintain.
- Aesthetic Design: Focus on a natural, green-themed color palette to reflect the project's environmental theme.
- Responsive Layout: Designed to look great and function correctly across various screen sizes (desktop, tablet, and mobile).
"dependencies": {
"@tailwindcss/cli": "^4.1.11",
"tailwindcss": "^4.1.11",
"vite": "^7.0.5"
}To view and run this project locally, follow these simple steps:
-
Clone the repository:
git clone https://github.com/TheMamunDev/treeplant.git
-
Navigate to the project directory:
cd treeplant npm install npm run dev
This project was developed by Mahmud Hasan Mamun.
- GitHub: @TheMamunDev