Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jmxo/react-interview-challenge

An example of building a simple SPA using modern React, TypeScript, Material UI, React Query v3
https://github.com/jmxo/react-interview-challenge

material-ui react react-query react-testing-library typescript

Last synced: about 5 hours ago
JSON representation

An example of building a simple SPA using modern React, TypeScript, Material UI, React Query v3

Awesome Lists containing this project

README

        

# react-project

An example of building a simple SPA using modern React.

### This project uses:

- React
- TypeScript
- Material UI (for design)
- React Query v3 (for fetching and caching)
- Jest + React Testing Library (for tests)

### Features:

- Fetch cars from an API
- Pagination
- Filter the cars by manufacturer or color
- Show the details of a selected car
- Add/Remove a car to/from the favorites collection using local storage