Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.53 KB

File metadata and controls

59 lines (40 loc) · 1.53 KB

Frontend Suit

A modular collection of responsive UI components and landing pages built with Next.js, TypeScript, and Tailwind CSS. Each module is isolated for reuse, customization, and integration into larger applications.

Technology Stack

  • Framework: Next.js
  • Language: TypeScript
  • Styling: Tailwind CSS
  • Tooling: ESLint, Prettier, npm

Directory Structure

Each folder represents a standalone feature or page:

Frontend-suit/
├── Blog Preview
├── FAQ Accordion
├── Product Preview Card
├── Recipe Page
├── Results Summary
├── Skilled E-learning Landing Page
├── Social Links Profile
└── Workit Landing Page

Setup Instructions

Clone the repository and install dependencies:

git clone https://github.com/DisplayAIs/Frontend-suit.git
cd Frontend-suit
npm install
npm run dev

Access the development server at http://localhost:3000.

Usage Guidelines

  • Each module is self-contained and follows atomic design principles.
  • Components are responsive and optimized for modern browsers.
  • Tailwind utility classes are used for layout and styling.
  • TypeScript interfaces ensure type safety and maintainability.

Contribution

Pull requests are welcome. For major changes, open an issue first to discuss proposed modifications.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Let me know if you want to include deployment instructions, CI/CD setup, or module-level documentation.