https://github.com/igafar/scan-react
Web application for searching company information by TIN
https://github.com/igafar/scan-react
ant-design husky linter prettier react react-router redux-toolkit rtk-query sonner styled-components typescript webpack
Last synced: 2 months ago
JSON representation
Web application for searching company information by TIN
- Host: GitHub
- URL: https://github.com/igafar/scan-react
- Owner: iGafar
- Created: 2025-02-07T21:43:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T19:38:50.000Z (8 months ago)
- Last Synced: 2025-02-25T20:34:13.023Z (8 months ago)
- Topics: ant-design, husky, linter, prettier, react, react-router, redux-toolkit, rtk-query, sonner, styled-components, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scan
`Scan` is a web application for searching company information by TIN
[`Application link`](https://igafar.github.io/scan-react)
`Use login: aleksey; password: 4i2385j`## π¨βπ» Technology Stack











## π Architecture
[Atomic Desigm](https://atomicdesign.bradfrost.com/chapter-2/)
## π Useful links
- [Naming rules](./docs/naming-rules.md)
- [Π‘ommit naming rules](https://www.conventionalcommits.org/en/v1.0.0/)## π Getting Started
`Required Node.js version 21.4 and higher!`
To get a local copy of the project perform the following actions:
1. Clone the repo
```
git clone https://github.com/iGafar/scan-react.git
```2. Install npm packages
```
npm install
```3. Run the project locally
```
npm run dev
```## π Available scripts
#### Webpack (code building)
- build production version
```
npm run build
```