Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mushkir/post-showing-react-app-using-api
https://github.com/mushkir/post-showing-react-app-using-api
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mushkir/post-showing-react-app-using-api
- Owner: Mushkir
- Created: 2024-01-31T23:57:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-01T00:10:36.000Z (11 months ago)
- Last Synced: 2024-02-01T01:26:06.778Z (11 months ago)
- Language: JavaScript
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cyberdude Challenges - React Js
## Task 03: Create a Post viewer App using API
Need to create a posts viewer app in React.js using API. When user clicks a post, it need to show full details of the respective page.
### Live link
https://post-finder-react-app.netlify.app/
## Technologies and Libraries Used and Learned
| S.No | Technologies and Libraries Used |
| :--- | ------------------------------------------------------------------------ |
| 01 | [React Js](https://www.youtube.com/live/Yc8JxiCdNQE?si=kTkPpKa5uqfLubpC) |### Screenshots
[!Screenshot01]
https://ibb.co/CsJ9ZNj[!Screenshot02]
https://ibb.co/p4BkMdG[!Screenshot03]
https://ibb.co/6sYq5JQ## Installation
- Clone the Repo into Local machine
```bash
git clone https://github.com/Mushkir/post-showing-react-app-using-API.git```
- Open the terminal and enter following command
```bash
npm install
```- If you are a Mac user try the following command
```bash
sudo npm install
```- Enter the following command to Run
```bash
npm run dev
```## Internship
This internship is provided by [CyberDude Networks Pvt. Ltd.](https://youtube.com/cyberdudenetworks) as part of the 6-Month Free Internship program, a skill development initiative organized to enhance participants' skills. Mentoring was provided by [Mr. Anbuselvan Rocky](https://instagram.com/anbuselvanrocky). For more information, [you can contact CyberDude Networks here](https://cyberdudenetworks.com).
### License: MIT (Do whatever, you want!)
### Acknowledgment:
- [Anbuselvan Rocky](https://fb.me/anburocky3)