Skip to content

winkelermatthias/ia1

Repository files navigation

Industrial Asset Mapping (Local)

This is a fully local industrial asset mapping tool built with React and Tailwind CSS. The application allows you to create and manage asset records entirely on your device using IndexedDB for local storage.

## Features

- **Local Data Persistence:** Uses IndexedDB (via Dexie.js) for offline storage.
- **Responsive Design:** Built with Tailwind CSS for a modern, industrial look.
- **Asset Management:** Create, view, update, and delete asset records with detailed information (images, IP address, geolocation, and custom extract fields).

## Getting Started

### Requirements

- Node.js (v14+)
- npm or yarn

### Installation

1. Clone the repository:

   ```bash
   git clone https://github.com/yourusername/industrial-asset-mapping-local.git
   cd industrial-asset-mapping-local
   ```

2. Install dependencies:

   ```bash
   npm install
   ```

3. Start the development server:

   ```bash
   npm start
   ```

The application will run on [http://localhost:3000](http://localhost:3000).

## Project Structure

Refer to the directory structure above for details on the file organization.

## License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published