https://github.com/atumv/numbers-list
Phone numbers list application with live search built using React, Redux & TypeScript.
https://github.com/atumv/numbers-list
axios json-server lodash react react-redux redux-saga styled-components typescript
Last synced: 2 months ago
JSON representation
Phone numbers list application with live search built using React, Redux & TypeScript.
- Host: GitHub
- URL: https://github.com/atumv/numbers-list
- Owner: atumv
- Created: 2022-01-24T07:44:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T05:53:33.000Z (over 3 years ago)
- Last Synced: 2025-03-02T11:33:41.050Z (3 months ago)
- Topics: axios, json-server, lodash, react, react-redux, redux-saga, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Numbers List

Simple numbers list application with live search built using React, Redux & TypeScript.
The project is based on [`Create React App`](https://github.com/facebook/create-react-app).
## Libraries used
- [`react`](https://www.npmjs.com/package/react)
- [`redux`](https://www.npmjs.com/package/redux)
- [`react-redux`](https://www.npmjs.com/package/react-redux)
- [`redux-saga`](https://www.npmjs.com/package/redux-saga)
- [`typescript`](https://www.npmjs.com/package/typescript)
- [`styled-components`](https://www.npmjs.com/package/styled-components)
- [`json-server`](https://www.npmjs.com/package/json-server)
- [`lodash`](https://www.npmjs.com/package/lodash)
- [`axios`](https://www.npmjs.com/package/axios)## Installation and running
1. Clone the repo: `git clone https://github.com/atumv/numbers-list.git`
2. Change directory: `cd numbers-list`
3. Install dependencies: `npm i`Then you can start the app with `npm run start`.
Server is running at http://localhost:3000/.## Shortcut
```sh
git clone https://github.com/atumv/numbers-list.git && cd numbers-list && npm i && npm start
```