MarcTO2 / phase2codechallenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank of Flatiron

This is the Bank of Flatiron app, a React JavaScript application that fetches data from an API and dynamically manipulates the DOM to display bank transactions and allow the user to add and delete and edit there transactions.

Description

The Bank app fetches data from an API and dynamically manipulates the DOM to display bank transactions. It showcases how to use React JavaScript to interact with APIs and dynamically create HTML elements.

To add a transaction you create one with the description and amount of money used and you add the transcription for it to be displayed.

Usage

Deployed Link: https://64c2369daf01d46a2407daf6--iridescent-sorbet-80d929.netlify.app/

  1. Clone the repository:

https://github.com/MarcTO2/phase2codechallenge

  1. Navigate to the project folder

cd phase2codechallenge

  1. Install json-server tool with the command

npm install -g json-server

  1. Run db.json file using the command json-server --watch db.json

5.Open the index.html file on the server and access the index.html file using this URL

http://localhost:3000/characters

  1. The application will send a GET request to the API endpoint to fetch the animal illustration data.

  2. Once the data is fetched, the app will create HTML elements to display the animal illustrations on the page.

  3. Scroll through the page to explore the cute animal illustrations.

Technologies Used

  • React JavaScript
  • HTML
  • CSS

API Endpoint

The application fetches data from the following API endpoint:

API Endpoint: [ https://api.npoint.io/99410ec55ae9fca4a9cf/characters]

Replace [API Endpoint URL] with the actual API endpoint you want to fetch data from.

Author

Author: [Absalom Marcel]

License

This project is licensed under the MIT License.

About


Languages

Language:JavaScript 54.9%Language:CSS 33.5%Language:HTML 11.6%