https://github.com/g4m3r0/anon-pseu-demo
A simple ReactJS web app for anonymization and pseudonymization of CSV Data
https://github.com/g4m3r0/anon-pseu-demo
anonymization pseudonymization reactjs
Last synced: 3 months ago
JSON representation
A simple ReactJS web app for anonymization and pseudonymization of CSV Data
- Host: GitHub
- URL: https://github.com/g4m3r0/anon-pseu-demo
- Owner: g4m3r0
- Created: 2022-12-08T09:46:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T02:17:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T17:52:00.657Z (5 months ago)
- Topics: anonymization, pseudonymization, reactjs
- Language: JavaScript
- Homepage:
- Size: 2.91 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anonymization and Pseudonymization of CSV Data
This webapp was developed as part of the "Forschungsseminar" in Web Engineering at the [Distributed and Self-organizing Systems](https://vsr.informatik.tu-chemnitz.de/) faculty at Technical University Chemnitz in the Wintersemester 2022/2023.
It allows users to upload a CSV file and display its data in a table. The user can pseudonymize/anonymize certain columns using the dropdown menus next to each column header, and then export the pseudonymized/anonymized data as a CSV file.
This webapp was built using ReactJS and Bootstrap 5. It makes use of the latest web technologies to provide a smooth and intuitive user experience. A [live demo](https://anon-pseu-demo.pages.dev/) is available on our Cloudflare page, where you can try out the webapp and see how it works.

## How to build it?
Navigate to the source directory and run `npm run build` command in order to build the web app or `npm start` to start the web app.