Skip to content

yokesh-ks/ToolEmpire

Repository files navigation

Innovative tools for empire builders.

Introduction

Welcome to a world of innovation and creativity! Discover a treasure trove of powerful tools designed to empower empire builders like you. Whether you're a designer, marketer, developer, or entrepreneur, our site offers an array of essential utilities at your fingertips.

ToolEmpire ScreenShot


Tech Stack + Features

Frameworks

  • Next.js – A powerful React framework that enables building performant apps with an excellent developer experience.

Platforms

  • Vercel – Effortlessly preview and deploy changes using Git for seamless collaboration.

Progressive Web App (PWA) Support

  • PWA: Utilize Progressive Web App principles to enhance the application's user experience, providing features like responsive design, app-like interactions, and efficient caching for faster load times.

UI

  • Tailwind CSS – A utility-first CSS framework that accelerates UI development with its responsive components.
  • Lucide – Discover beautifully simple and pixel-perfect icons for enhancing visuals.
  • Radix – Access a set of primitives such as modals, popovers, etc., to create a polished user experience.

Code Quality

  • TypeScript – Benefit from static type checking for end-to-end type safety in the application.
  • Prettier – Utilize this opinionated code formatter to maintain consistent code style across the project.
  • ESLint – Implement a pluggable linter for Next.js and TypeScript to enforce coding standards.
  • prettier-plugin-sort-imports - A prettier plugin to sort imports in typescript and javascript files by the provided RegEx order.

Error Monitoring

  • Sentry - Monitor and manage errors to enhance the application's stability and user experience.

List of Tools

  • ColorMagic - Convert Color with Ease
  • FontWise - Responsive Font Calculator for Modern Web Design
  • CodeGlow - Illuminate Your Code, Captivate Your Audience

Commands

Command Action
yarn Install dependencies
yarn dev Start local dev server at localhost:3000
yarn build Build your production site to ./dist/
yarn format Format code with Prettier
yarn commit Create a new Git commit with standardized commit messages using commitizen

Project Tree

📦 ToolEmpire
├─ pages
│  ├─ api
│  └─ index.tsx
├─ public
│  └─ fonts
└─ src
   ├─ animation
   ├─ components
   ├─ constants
   ├─ container
   ├─ icon
   ├─ store
   ├─ styles
   └─ utils

Alt