Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mubassim-khan/internee.pk-task-5
https://github.com/mubassim-khan/internee.pk-task-5
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mubassim-khan/internee.pk-task-5
- Owner: Mubassim-Khan
- License: mit
- Created: 2024-10-17T13:14:51.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-17T13:18:03.000Z (about 1 month ago)
- Last Synced: 2024-10-19T21:16:52.233Z (28 days ago)
- Language: JavaScript
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Task 5 - RESTful API Integration:
Made a complete website from scratch using React.js & Axios. This website contains a Posts page that dynamically fetches all the posts data from API. This application contains user interfaces with React components, animations & transitions, user-friendly navigation menu that adapts to different screen sizes and devices.
To get started with this project, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/Mubassim-Khan/internee.pk-Task-5.git
```
2. Open the project in your preferred code editor.3. Install the project dependencies using npm:
```bash
npm install
```4. Run the project
```bash
npm start
```5. Open [http://localhost:3000](http://localhost:3000) to view it in your browser.