Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.62 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.62 KB

CSV Data Validator

This repository is a Vue 3 project built with Vite. It was inspired by an idea shared on Twitter and was a implemented during my lunch. No tests, no fancy CI, just pure Vue+Vite and deployed to Github Pages.

Keyword opportunity!

• Keyword: csv validation
• Keyword Difficulty: 22
• Search Volume: 1000/month

Any document validators out there?#buildinpublic #indiehackers

— Tony Syrup (@tony_syrup) August 5, 2024

Demo

You can check the tool here - https://freeonlinecsvvalidator.com

Table of Contents

Installation

To get started with this project, follow these steps:

  1. Clone the repository:
git clone https://github.com/avdept/csv-validator
cd csv-validator
  1. Install dependencies:
npm install

Usage

To start the development server, run:

npm run dev

Contributing

Contributions are welcome! Please fork this repository and open a pull request to add improvements or fixes.

  1. Fork the repository
  2. Create a new branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Open a pull request