Skip to content

CalvinTan68/AllTool

Repository files navigation

About Project

This is a all-in-one online tool that you need. It has a random password generator, URL shortener, currency converter, network checker, etc. It's built with ReactJS and using Vite instead of Webpack because it's faster and lighter.

How to Use

  1. Clone the project to your local
  2. Run this command
    npm install
    
  3. Rename .env.example file to be .env and configure the contents
  4. Run this command to start the project
    npm run dev
    
  5. That's it, happy exploring!

Footnotes