Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andyfrith/react-vehicles

This demo is a React Redux application that provides a sortable, filterable list of vehicles, along with a detailed view.
https://github.com/andyfrith/react-vehicles

material-ui react react-redux react-router redux-saga

Last synced: 8 days ago
JSON representation

This demo is a React Redux application that provides a sortable, filterable list of vehicles, along with a detailed view.

Awesome Lists containing this project

README

        

# react-vehicles

This demo is a React Redux application that provides a sortable, filterable list of vehicles, along with a detailed view.

Features:

* Ability to sort and filter a list of vehicles, as well as access a detailed view.
* Maintains application state across page routes
* Has a basic UI built using React [Material-UI](https://material-ui-next.com/) components

## Why Did I Build This?

This app was built to demonstrate an understanding of best practices relating to:

* How to use React’s state and props
* The React Redux lifecycles
* ES6 Javascript
* Implementing Material-UI components
* The [react-router](https://reacttraining.com/react-router/) library
* Testing with the Jest framework

## Environment

This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app), which provides a simple way to start React projects with no build configuration needed.

## License

This project is licensed under the MIT license, Copyright (c) 2018 Andy Frith.