Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jmxo/react-interview-challenge
- Owner: jmxo
- Created: 2021-05-18T22:14:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T00:35:39.000Z (over 3 years ago)
- Last Synced: 2023-06-13T23:35:38.513Z (over 1 year ago)
- Topics: material-ui, react, react-query, react-testing-library, typescript
- Language: TypeScript
- Homepage:
- Size: 1.38 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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