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

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.

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

![Index Page](docs/index-view.png "Index Page")
![Detail Product View](docs/detail-product-view.png "Detail Product View")
![Search Product](docs/search-product.png "Search Product")

## 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/)