Skip to content

elcentaurx/atm-front-rtd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AtmApp Front-End

Web application for CRUD Users and their account balance.

This project is a web application that is used to query users and update their account balance.

Starting

For this project the following technologies were used:

  • node 16.17.0
  • npm 9.4.2
  • react 13.4.0
  • bootstrap 5.2.3
  • axios 1.3.4

About

For this web system the api in https://atmapi.fly.dev/ was used.

To read more about firebase: https://firebase.google.com/docs/web/setup

This project is temporarily hosted on firebase: https://atm-rtd-front.web.app/

To upgrade to production run firebase deploy after npm run build.

To see more about the api: AtmApi.

To do basic operations such as inserting users and updating their balance.

In the case of updating the user's balance, two operations can be carried out: deposit or withdraw money from your account.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published