Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kanokpit-yowaratch/react-dynamic-search
- Owner: kanokpit-yowaratch
- Created: 2024-01-31T07:51:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T02:03:18.000Z (about 1 month ago)
- Last Synced: 2024-11-13T03:17:58.913Z (about 1 month ago)
- Topics: axios, jest, lodash, mui, react, typescript
- Language: TypeScript
- Homepage: https://react-dynamic-search.vercel.app
- Size: 437 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)