GithubHelp home page GithubHelp logo

atm-interface's Introduction

ATM User Interface:atm::bank:

Project Overview

In this project, I implemented an ATM user interface by utilizing basic routing techniques in Angular. By implementing parent and child routing, I learned how to create a seamless navigation system that enhances the user experience. Also, wildcard routes are added to allow for dynamic and flexible page transitions, enabling users to effortlessly explore different sections of the ATM interface. This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.2.

Packages Used

Angular CLI 16.0.2, rxjs 7.8.1, & Typescript 5.0.4

Image of ATM User Interface

ATM Interface

Development Server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code Scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Routes & Components Used

URL Components Create New Component Commands
http://localhost:4200/balance Balance Component ng g c balance
http://localhost:4200/withdraw Withdraw Component ng g c withdraw
http://localhost:4200/deposit Deposit Component ng g c deposit
http://localhost:4200/deposit/coins Deposit Coins Component ng g c deposit-coins
http://localhost:4200/deposit/dollars Deposit Dollars Component ng g c deposit-dollars
http://localhost:4200/notfound Page Not Found (404) ng g c pagenotfound

What I Learned ๐Ÿ’ก

Throughout this project, I had the opportunity to practice routing and component integration beyond my bootcamp curriculum. I discovered that routing offers several valuable benefits for application development. First, routing allows for clear separation of different areas within the app, enhancing organization and maintainability. By defining distinct routes, we can compartmentalize functionalities and ensure smooth navigation.

Additionally, routing facilitates effective state management within the app. By associating routes with specific components, we can maintain state independently, improving encapsulation and reducing side effects. This approach enhances the reliability and scalability of the application.

In summary, this project provided hands-on experience with routing, highlighting its ability to separate app areas, and maintain state. By mastering these concepts, I am better prepared to develop well-structured applications in the future.

Running Unit Tests

Run ng test to execute the unit tests via Karma.

Running End-to-End Tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

atm-interface's People

Contributors

vnpugh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.