Skip to content

ilkeEren27/array-ipsum

Repository files navigation

Array Ipsum

Generate placeholder arrays for your code in seconds

Array Ipsum is a sleek, developer-focused tool that generates random placeholder arrays with support for multiple data types and programming languages. Perfect for testing, prototyping, or when you just need some quick dummy data.

Also available as a VS Code extension!

Features

  • Multiple Data Types - Generate arrays of:

    • Integer - Whole numbers (-1000 to 1000)
    • Float - Decimal numbers with 2 decimal places
    • Double - High precision decimals with 6 decimal places
    • String - Lorem ipsum style words
    • Boolean - Random true/false values
  • Code Snippets - Export ready-to-use code in:

    • JavaScript
    • Python
    • Java
    • C
    • C#
    • C++
  • Copy to Clipboard - One-click copy for quick use

  • Dark/Light Theme - Easy on the eyes, day or night

  • Responsive Design - Works seamlessly on desktop and mobile

Getting Started

Prerequisites

  • Node.js 18.x or higher
  • npm, yarn, pnpm, or bun

Installation

  1. Clone the repository:

    git clone https://github.com/ilkeEren27/array-ipsum.git
    cd array-ipsum
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open http://localhost:3000 in your browser.

Tech Stack

Build

npm run build
npm start

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

License

MIT License - feel free to use this project however you like.


Made with ❤️ by Eren

About

Generate placeholder arrays for your code in seconds. Supports integers, floats, doubles, strings, and booleans with ready-to-use code snippets in JavaScript, Python, Java, C#, C++ and C. Built with Next.js, React, and Tailwind CSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors