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.
- Framework: Next.js
- Language: TypeScript
- Styling: Tailwind CSS
- Tooling: ESLint, Prettier, npm
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
Clone the repository and install dependencies:
git clone https://github.com/DisplayAIs/Frontend-suit.git
cd Frontend-suit
npm install
npm run devAccess the development server at http://localhost:3000.
- 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.
Pull requests are welcome. For major changes, open an issue first to discuss proposed modifications.
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.