An open API service indexing awesome lists of open source software.

https://github.com/tomaszklekner/filterandsort


https://github.com/tomaszklekner/filterandsort

html5 reactjs rest-api scss

Last synced: 2 months ago
JSON representation

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
```