AtoZTools is a web application that provides a collection of handy tools like a QR Code Generator, Color Generator, and more. Built with Next.js and animated with Framer Motion, this project aims to offer a smooth and responsive user experience with a modern design.
- QR Code Generator: Easily create customizable QR codes for various purposes.
- Color Generator: Explore and generate color palettes to use in your projects.
- Responsive Design: Built using Tailwind CSS, ensuring the site is fully responsive and looks great on any device.
- Smooth Animations: Enhanced with Framer Motion to provide engaging animations and transitions.
- Next.js - React Framework for server-rendered applications.
- Framer Motion - Library for animations and transitions in React.
- Tailwind CSS - Utility-first CSS framework for custom designs.
- qrcode.react - React component for generating QR codes.
Ensure you have the following installed:
- Node.js
- npm or yarn
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.