https://github.com/randikabanura/products_ui_api_assignment
React application that fetches data from a Products RESTful API and presents it in a web page using Material UI components.
https://github.com/randikabanura/products_ui_api_assignment
Last synced: 2 months ago
JSON representation
React application that fetches data from a Products RESTful API and presents it in a web page using Material UI components.
- Host: GitHub
- URL: https://github.com/randikabanura/products_ui_api_assignment
- Owner: randikabanura
- License: mit
- Created: 2023-06-06T13:32:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T15:02:03.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T02:39:04.475Z (4 months ago)
- Language: TypeScript
- Size: 1.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Products UI API Assignment
# Features
* Product Search Page
* Debounce Search
* Product View Page
* Ability to clear the search## Technologies
* React
* MaterialUI v5
* Typescript
* Redux## Previews


## Scripts
- `dev`/`start` - start dev server and open browser
- `build` - build for production
- `preview` - locally preview production build
- `test` - launch test runner## License
See [LICENSE](LICENSE) © [randikabanura](https://github.com/randikabanura/)