Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sachindolase/fetchdata-api-application
https://github.com/sachindolase/fetchdata-api-application
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sachindolase/fetchdata-api-application
- Owner: sachindolase
- Created: 2024-06-07T07:57:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T07:59:49.000Z (7 months ago)
- Last Synced: 2024-06-07T09:22:27.963Z (7 months ago)
- Language: JavaScript
- Homepage: https://fetchdata-api-application.vercel.app
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoBananas Assignment
This is the assignment of GoBananas that I completed.
## Task Description
Build a Simple React Application with API Integration and Material-UI. You must build a single-page application that fetches data from a public API and displays it in a user-friendly format. The application should include:
### Prerequisites
Ensure you have the following installed on your local machine:
- [Node.js](https://nodejs.org/) (which includes npm)
### Installation
1. **Clone the repository**
```bash
git clone https://github.com/sachindolase/fetchdata-api-application
cd fetchdata-api-application
```2. **Install dependencies**
```bash
npm install
```### Running the Application
To run the application locally, use the following command:
```bash
npm start