https://github.com/dev-robin3012/abc-agency
https://github.com/dev-robin3012/abc-agency
framer-motion nextjs tailwindcss typescript
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-robin3012/abc-agency
- Owner: dev-robin3012
- Created: 2024-01-07T18:12:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T15:25:18.000Z (about 2 years ago)
- Last Synced: 2025-01-13T14:21:37.692Z (over 1 year ago)
- Topics: framer-motion, nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://abc-agency.vercel.app
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ABC Agency
A modern website where creativity meets innovation! Tried to stay ahead of the curve by embracing emerging technologies and trends in front-end development.
## Technologies Used
- Next.js
- TypeScript
- Tailwind CSS
- Framer Motion
## Key Features
- Megamenu, Mobile menu
- Reusable components
- Smooth scroll, animations, transitions and parallax effect.
- Infinite slider
## Installation
To run this project locally, follow these steps:
```bash
# Clone the repository:
git clone [repository-url]
# Navigate to the project directory:
cd project-directory
# Install dependencies:
npm install
# or
yarn
# Start the development server:
npm run dev
# or
yarn dev
```