A simple web application that dynamically generates random data based on user-defined fields and types using Faker.js. Users can add multiple fields, specify their data types, generate sample data, and easily copy it to the clipboard.
- Dynamically add and remove fields with custom names and data types.
- Supports multiple data types:
string,integer,float,booleanname,email,phone,dateimage_url,file_url,object,array
- Generates 10 random entries per request (can be modified in code).
- Displays generated data in a formatted JSON block.
- Copy to clipboard functionality with visual feedback.
- Built with Vanilla JS, Axios, Express, and Faker.js.
- Styled with Tailwind CSS for a clean UI.
- Clone the repository:
git clone https://github.com/shalinv/Mock_Data_Generator.git
cd Mock_Data_Generator- Install dependecies
npm install- Run the server
node server.js- Open the browser and checkout
http://localhost:3000/
