Skip to content

Commit

Permalink
chore: bump deps, and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sadmann7 committed Jul 28, 2024
1 parent 440241f commit b497018
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 152 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ This is a csv-importer built with `shadnc/ui`, `react-dropzone`, and `papaparse`

## Features

- [x] Upload CSV file
- [x] Parse CSV file
- [x] Preview CSV file in a table
- [x] Map CSV fields to corresponding table fields
- [x] Import CSV data to database
- [x] Upload CSV file using `use-upload-file.ts`
- [x] Parse CSV file using `use-parse-csv.ts`
- [x] Preview the parsed CSV data
- [x] Map the CSV fields to the corresponding table fields
- [x] Import the mapped data into the table

## Running Locally

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.6",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
},
"ct3aMetadata": {
Expand Down
Loading

0 comments on commit b497018

Please sign in to comment.