Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proeung/sortable-table
Sortable Table using React, TypeScript, and TailwindCSS
https://github.com/proeung/sortable-table
react tailwindcss typescript
Last synced: 5 days ago
JSON representation
Sortable Table using React, TypeScript, and TailwindCSS
- Host: GitHub
- URL: https://github.com/proeung/sortable-table
- Owner: proeung
- Created: 2024-02-29T16:04:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T19:28:21.000Z (5 months ago)
- Last Synced: 2024-11-07T16:12:19.634Z (about 2 months ago)
- Topics: react, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sortable Table Component
This repository contains the codebase for a Sortable Table `` component developed using React, Typescript, and TailwindCSS.It includes a list of the cities of the world as data. Users are able to search, sort, and navigate through different pages.
## User-focused Features
- Search Bar
- Table Header Sorting
- Pagination
- Accessibility## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.