Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashokravina/authentication-and-authorization-part-4

We use Client Server Communication ,Authentication & Authorization ,E-Commerce Application , Authentication Flow ,Route Parameters ,history in the Authentication & Authorization Part-4
https://github.com/ashokravina/authentication-and-authorization-part-4

apicalls cookies css3 fetch-api html5 javascript loaders raectjs react-authorization react-components react-native react-router react-router-dom

Last synced: about 1 month ago
JSON representation

We use Client Server Communication ,Authentication & Authorization ,E-Commerce Application , Authentication Flow ,Route Parameters ,history in the Authentication & Authorization Part-4

Awesome Lists containing this project

README

        

# Authentication & Authorization | Part 4

## API URL

```
https://apis.ccbp.in/prime-deals

https://apis.ccbp.in/products
```

## Exclusive Prime Deals Banner Image URL

```
https://assets.ccbp.in/frontend/react-js/exclusive-deals-banner-img.png
```

## Credentials

### Non Prime Users

```
Username: raja
password: raja@2021
```

### Prime Users

```
Username: rahul
password: rahul@2021
```

```
Username: praneetha
password: praneetha@2021
```

## Add these below statements in your code to import React Loader Spinner

```js
import Loader from 'react-loader-spinner'
```

## Add this Component in your code to use React Loader Spinner

```js

```

- Integrating APIs
- Get Exclusive Prime Deals
- API Call Possible Views
- Handle Success View
- Handle Failure View
- Handle Loading View