Files
zin-tools/README.md
2024-03-17 12:05:53 +05:00

1.4 KiB

ZinTools

Presenting ZinTools, a sleek website landing page dedicated to showcasing products. Crafted with the latest technologies like Next.js 14, TypeScript, and Tailwind CSS, it offers a clean and mobile-friendly design. With both dark and light modes available, it exudes elegance. Your feedback is valuable, and the project's source code is open for review and use on GitHub.

project-thumbnail

View Project 🔥 Live Preview 🚀

Getting Started

  1. Clone the repository:
git clone https://github.com/aftabrehan/zin-tools.git
# or
gh repo clone aftabrehan/zin-tools
  1. Install the required dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
  1. 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.

Note

This project is created solely for test/portfolio purposes, and you are free to use it as you see fit.