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.
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.