Skip to content

iGafar/scan-react

Repository files navigation

Scan

Scan is a web application for searching company information by TIN

Application link
Use login: aleksey; password: 4i2385j

👨‍💻 Technology Stack

Typescript React Redux React Router Ant-Design Styled Components Webpack ESLint Prettier GitHub Actions Jest Testing-Library

📝 Architecture

Atomic Desigm

🔗 Useful links

🏃 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
  1. Install npm packages
npm install
  1. Run the project locally
npm run dev

📜 Available scripts

Webpack (code building)

  • build production version
npm run build