Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/albaitas/react-redux-app-typescript-cv1
- Owner: albaitas
- Created: 2022-04-01T13:14:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T13:19:15.000Z (over 2 years ago)
- Last Synced: 2024-04-28T08:02:50.407Z (8 months ago)
- Topics: api, axios, pagination, react-hooks, reactjs, redux, typescript
- Language: TypeScript
- Homepage: https://react-redux-api-typescript-cv1.netlify.app
- Size: 263 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`**