https://github.com/tomaszklekner/filterandsort
https://github.com/tomaszklekner/filterandsort
html5 reactjs rest-api scss
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomaszklekner/filterandsort
- Owner: TomaszKlekner
- Created: 2024-10-16T10:21:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-18T11:46:09.000Z (over 1 year ago)
- Last Synced: 2025-04-03T20:33:35.923Z (over 1 year ago)
- Topics: html5, reactjs, rest-api, scss
- Language: JavaScript
- Homepage: https://filter-and-sort-data.netlify.app/
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Filter and Sort fetched data
This is an app fetching data from a REST API, display as a table, with filter and sort functionality
It includes the following:
- React app set up withh Vite
- Axios with custom hook for data fetching
- Sass for styling and simple mobile/desktop view
### Install Dependencies
```
npm install
```
### Run
```
# Run frontend (:3001)
npm run dev
```
## Build for deploy
```
# Create frontend prod build
npm run build
```