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

48 lines
1.4 KiB
Markdown

# 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.
<a href="https://aftabrehan.com/portfolio/product-based-website"><img src="https://github.com/aftabrehan/zin-tools/assets/93012310/ad2cc38f-408b-41ba-9c25-e00af3725482" alt="project-thumbnail"/></a>
| [View Project 🔥](https://aftabrehan.com/portfolio/product-based-website) | [Live Preview 🚀](https://zin-tools.vercel.app) |
| -------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/aftabrehan/zin-tools.git
# or
gh repo clone aftabrehan/zin-tools
```
2. Install the required dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```
3. Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](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.