Agnacy is a single-page website template designed with a clean and modern aesthetic. This template is ideal for creating portfolio websites, showcasing projects, or personal landing pages. It is fully responsive and built using React, Next.js, TypeScript, Tailwind CSS, and DaisyUI, ensuring compatibility across different devices and browsers.
- Single-Page Design: Smooth scrolling between sections for a seamless user experience.
- Responsive Layout: Fully optimized for desktop, tablet, and mobile devices.
- Modern Design: Clean and minimalist style that emphasizes content.
- Easy to Customize: Well-organized code and comments for easy modification.
- React: For building dynamic user interfaces.
- Next.js: Server-side rendering and static site generation.
- TypeScript: Type safety and improved developer experience.
- Tailwind CSS: Utility-first CSS framework for rapid UI development.
- DaisyUI: Components library for Tailwind CSS.
To use this template, simply clone or download the repository and customize it according to your needs:
git clone https://github.com/homayunmmdy/Agnacy.git
Once downloaded, you can install the dependencies and start the development server:
cd Agnacy
npm install
npm run dev
- Content: Modify the components in the
pages
andcomponents
directories to add your own content. - Styles: Tailwind CSS allows you to easily customize styles by editing utility classes directly in your components.
- JavaScript/TypeScript: Update the code in the
.ts
and.tsx
files to add or modify functionality.
Contributions are welcome! If you find any bugs or have suggestions for improvement, feel free to open an issue or submit a pull request.