https://github.com/rathod-shubham/breakingbadcast
Built this react project based on one of my favorite shows of all time Breaking Bad.
https://github.com/rathod-shubham/breakingbadcast
api axios css css-card css3 html5 react reactjs
Last synced: 7 months ago
JSON representation
Built this react project based on one of my favorite shows of all time Breaking Bad.
- Host: GitHub
- URL: https://github.com/rathod-shubham/breakingbadcast
- Owner: RATHOD-SHUBHAM
- Created: 2021-03-27T00:53:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T11:04:22.000Z (over 4 years ago)
- Last Synced: 2025-01-22T07:43:18.342Z (9 months ago)
- Topics: api, axios, css, css-card, css3, html5, react, reactjs
- Language: JavaScript
- Homepage: https://rathod-shubham.github.io/BreakingBadCast/
- Size: 552 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Breaking Bad Cast
Built this react project based on one of my favourite shows of all time Breaking Bad.\
Check out the project [here](https://rathod-shubham.github.io/BreakingBadCast/).\
Basically we are going to fetch data making http request and display the results.## Getting Started
Create a react project using `create-react-app`.\
Install Axios `npm install axios`.\
Run the application locally on `local host:3000`## Using This Repo
git clone or download the zip file.\
Install the package and any packages that it depends on `npm install`.\
run the app `npm start`## API
You can learn more about the [Breaking Bad Api](https://breakingbadapi.com/documentation).
## React Basics
### `npx create-react-app breakingbad`
Getting Started with Create React App
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.### `npm i axios`
Promise based HTTP client for the browser and node.js.\
Basically axios is a HTTP library used to make request.## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
To learn CSS, check out the [CSS documentation](https://www.w3schools.com/css/default.asp).
To learn axios, check out the [axios documentation](https://www.npmjs.com/package/axios).