Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kanokpit-yowaratch/react-dynamic-search

Dynamic search app with React
https://github.com/kanokpit-yowaratch/react-dynamic-search

axios jest lodash mui react typescript

Last synced: about 1 month ago
JSON representation

Dynamic search app with React

Awesome Lists containing this project

README

        

# React Dynamic Search
Dynamic search application with React

## Tech Stack, Lib, Tools
`React`, `Axios`, `lodash`, `MUI`

## Run the app
```
npm start
npm test
```

## Run on Production
```
npm run build
```

## Configuration
`.env`
```
REACT_APP_API_URL="https://free-api.asia/api/users"
```

## API Test

URL: https://free-api.asia/api/users

Example api logic: [express-mysql-api-pagination](https://github.com/kanokpit-yowaratch/express-mysql-api-pagination)