Skip to content

markpritchett/react-bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Bank

A demo bank application written with react.

UI project created with create-react-app. Routing implemented using react-router. State management using redux. Also uses Material-UI to make things look good ✨

API project uses a fake REST API thanks to json-server.

Getting Started

Open a terminal / command prompt and run the setup.sh file to install node packages.

The above installs the node dependencies for the main package.json file, along with dependencies for the API and UI projects.

Start the application:

npm start

The above will start the UI on port 3000 and start the API on port 3001.

About

Simple banking application, written with React, React Router, Redux, Material Design and uses a fake REST API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages