Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 1.34 KB

README.md

File metadata and controls

76 lines (53 loc) · 1.34 KB

Call Management System

This project is a call management system built using React and TypeScript. It provides an interface to display, filter and interact with call records.

Features

Technologies Used

  • React
  • TypeScript
  • Redux
  • Tailwind

Getting Started

To get a local copy up and running, follow these steps:

Prerequisites

  • Node.js and npm installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/eugenepokalyuk/react-forma.git
    cd react-forma
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open the application:

    Open your browser and navigate to http://localhost:5173.

Project Structure

src/
├── assets/
│   ├── icons/
│   └── images/
├── components/
├── pages/
├── store/
│   ├── slices/
│       └── userSlice.ts
│   └── index.ts
├── utils/
│   └── consts.ts
└── main.tsx

Explanation of Key Files

Comments

Deployment

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.