A web app that lets you have all common JSON, CSV, YAML, XML, Text and other tools and converters at one place.
Live version is deployed at https://myapp-getthattool.vercel.app/
These instructions will get you a copy of the project up and running on your local machine for development purposes.
To install and run this project you need:
To set up everything in your local machine, you need to follow these steps:
- Clone this repo and then change directory to the
myapp-getthattool
folder:
git clone https://github.com/kaushalmeena/myapp-getthattool.git
cd myapp-getthattool
- Install project dependencies using npm:
npm install
To run the project simply run:
npm run dev
Your app should now be running on localhost:3000.
This project is licensed under the MIT License - see the LICENSE file for details.