A modern website for a web and mobile development agency built with Next.js, TypeScript, and Tailwind CSS.
- Modern and responsive design
- Fast performance with Next.js
- TypeScript for type safety
- Tailwind CSS for styling
- Mobile-first approach
- SEO optimized
- Node.js 18.x or later
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/agency-website.git
cd agency-website- Install dependencies:
npm install
# or
yarn install- Run the development server:
npm run dev
# or
yarn dev- Open http://localhost:3000 with your browser to see the result.
src/
├── app/ # Next.js 13+ app directory
├── components/ # React components
├── styles/ # Global styles
└── types/ # TypeScript type definitions
- Next.js 14
- React 18
- TypeScript
- Tailwind CSS
- Framer Motion
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.