Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/albaitas/react-redux-app-typescript-cv1

It is a single page application written using Create React App, Typescript, Redux, React Custom Hook, with JSONPlaceholder API and Pagination.
https://github.com/albaitas/react-redux-app-typescript-cv1

api axios pagination react-hooks reactjs redux typescript

Last synced: about 2 months ago
JSON representation

It is a single page application written using Create React App, Typescript, Redux, React Custom Hook, with JSONPlaceholder API and Pagination.

Awesome Lists containing this project

README

        

# react-redux-api-typescript-cv1

It is a single page application written using Create React App, Typescript, Redux, React Custom Hook, with JSONPlaceholder API and Pagination.

## Demo

Project hosted on Netlify: https://react-redux-api-typescript-cv1.netlify.app/

## Features

- JSONPlaceholder API
- Actions
- Reducers
- React Custom Hooks
- Pagination
- Tablet and mobile friendly

## Build with

- React Js, Css, Redux, Axios, Typescript
- React Hooks: useEffect
- react-redux, redux-thunk, redux-devtools-extension
- react-paginate

## Installation

Install **`git`**, **`nodejs`**, **`npm`** in your local computer

Clone this repository to your local computer:

**`$ git clone https://github.com/albaitas/react-redux-api-typescript-cv1.git`**

Install dependencies:

**`npm install`**

Runs the app in the development mode:

**`npm start`**