An open API service indexing awesome lists of open source software.

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

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
```