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!
— Tony Syrup (@tony_syrup) August 5, 2024
• Keyword: csv validation
• Keyword Difficulty: 22
• Search Volume: 1000/month
Any document validators out there?#buildinpublic #indiehackers
You can check the tool here - https://freeonlinecsvvalidator.com
To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/avdept/csv-validator
cd csv-validator
- Install dependencies:
npm install
To start the development server, run:
npm run dev
Contributions are welcome! Please fork this repository and open a pull request to add improvements or fixes.
- Fork the repository
- Create a new branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Open a pull request