theWhiteWulfy / handydev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handydev Tools

This is a Next.js project bootstrapped with create-next-app.

The small, neat tools that helps web developers.

Tools are static in nature and run in your browser

You can always build and host your own copy.

Development

Use npm to install dependencies:

npm install

Start the development server by running dev script:

npm run dev

Open http://localhost:3000 with your browser to see the result. The page auto-updates as you edit the file.

Tools

All tools are located at pages/. To add a new tool, just follow the convention of the exsiting tools. The tech stack is TypeScript + React + CSS Modules.

Your feedback and contributions are welcome!

Roadmap

  • Add new tools
  • Improve existing tools
  • Support offline access
  • Integrations with Visual Studio Code

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 79.7%Language:SCSS 14.3%Language:CSS 5.1%Language:JavaScript 0.8%