Skip to content

Skhwan/atm-simulator-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React ATM Simulator

This is a simple website created for atm-simulator project

Technologies

  • React - Mainly used to implement clean and reusable html components
  • EJS6 - Makes JavaScript code much cleaner and easier to read
  • Axios - Used to call REST API in this project

Prerequisites

Running project on MAC OS X

  • Clone and go to project by running the following command
$ git clone [email protected]:Skhwan/atm-simulator-react.git
$ cd atm-simulator
Yarn
  • install all required libraries
$ yarn install
  • Then start the project
$ yarn start
NPM
  • install required libraries
$ npm install
  • start project
$ npm start

The ATM Simulator website should automatically start on http://localhost:3000.

About

Simple front end application of atm-simulator project, implemented with React

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors