This project is a call management system built using React and TypeScript. It provides an interface to display, filter and interact with call records.
- React
- TypeScript
- Redux
- Tailwind
To get a local copy up and running, follow these steps:
- Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/eugenepokalyuk/react-forma.git cd react-forma
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open the application:
Open your browser and navigate to
http://localhost:5173
.
src/
├── assets/
│ ├── icons/
│ └── images/
├── components/
├── pages/
├── store/
│ ├── slices/
│ └── userSlice.ts
│ └── index.ts
├── utils/
│ └── consts.ts
└── main.tsx
To build the application for production, run:
npm run build
The built files will be in the dist
directory, which can be deployed to any static hosting service.