Skip to content

yassirchoujai19/Next-TS-TailwindCss

Repository files navigation

Next-TS-TailwindCss

🚀 Next.js + TypeScript + Tailwind CSS

🌟 Project Overview

This project is a modern, responsive website built with Next.js, TypeScript, and Tailwind CSS. It leverages cutting-edge technologies to provide a smooth and interactive user experience.

📌 Features

  • Fast & Optimized: Built with Next.js for server-side rendering (SSR) and static site generation (SSG).
  • 🎨 Tailwind CSS: Fully styled with utility classes for easy customization.
  • 🌍 SEO-Friendly: Optimized for search engines with meta tags and structured data.
  • 📱 Responsive Design: Fully mobile-friendly and adaptable to all screen sizes.
  • 🎭 Dark Mode Support: Theme switching between light and dark mode.
  • 🔥 Reusable Components: Modular components for better maintainability.

🛠️ Installation & Setup

1️⃣ Clone the Repository

git clone https://github.com/yassirchoujai19/Next-TS-TailwindCss.git
cd Next-TS-TailwindCss

2️⃣ Install Dependencies

npm install  # or yarn install

3️⃣ Run the Development Server

npm run dev  # or yarn dev

Open http://localhost:3000 to view it in the browser.

4️⃣ Build for Production

npm run build

This will generate an optimized production-ready build.

🏗️ Project Structure

Next-TS-TailwindCss/
│── public/          # Static assets (images, icons, etc.)
│── src/
│   ├── components/  # Reusable UI components
│   ├── pages/       # Next.js pages (routing system)
│   ├── styles/      # Global and component-specific styles
│   ├── utils/       # Helper functions
│── .gitignore
│── tailwind.config.js
│── next.config.js
│── tsconfig.json
│── README.md

🌈 Tech Stack

  • Framework: Next.js
  • Language: TypeScript
  • Styling: Tailwind CSS
  • State Management: React Hooks
  • Icons: Lucide Icons

🙌 Contributing

  1. Fork the repository.
  2. Create a new branch (feature-new-component).
  3. Commit your changes (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature-new-component).
  5. Open a Pull Request.

📜 License

This project is licensed under the MIT License.


🎉 Happy Coding! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors