/calc-ip

IP Calculator is a web application designed to help users perform various IP address calculations, such as subnetting.

Primary LanguageCSSApache License 2.0Apache-2.0

IP Calculator

A simple IP calculator built with React, Vite, and Tailwind CSS.

Features

  • IP Address Calculation: Perform subnetting, supernetting, and other IP address calculations.
  • Responsive Design: The UI is fully responsive, built with Tailwind CSS.
  • Fast and Efficient: Utilizes Vite for fast development and build processes.

Getting Started

Follow these instructions to set up the project locally.

Prerequisites

  • Node.js (v14 or later)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/pleasematheus/calc-ip.git
  2. Navigate to the project directory:

    cd ip-calculator
  3. Install the dependencies:

    npm install

    or

    yarn install

Running the App

Start the development server:

npm run dev

or

yarn dev

Open your browser and navigate to http://localhost:5173 to view the application.

Building for Production

To build the app for production:

npm run build

or

yarn build

The optimized build will be output to the dist/ directory.

Technologies Used

  • React: JavaScript library for building user interfaces.
  • Vite: Next-generation front-end tooling for fast builds.
  • Tailwind CSS: Utility-first CSS framework for styling.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.