Go to file
2025-01-27 17:16:58 +05:30
public base setup 2025-01-27 17:16:58 +05:30
src base setup 2025-01-27 17:16:58 +05:30
.gitignore base setup 2025-01-27 17:16:58 +05:30
eslint.config.js base setup 2025-01-27 17:16:58 +05:30
index.html base setup 2025-01-27 17:16:58 +05:30
package-lock.json base setup 2025-01-27 17:16:58 +05:30
package.json base setup 2025-01-27 17:16:58 +05:30
README.md base setup 2025-01-27 17:16:58 +05:30
vite.config.js base setup 2025-01-27 17:16:58 +05:30

Digi_Interview

Digi_Interview Logo

Welcome to the Digi_Interview project! This application is designed to streamline and enhance the interview process by providing an efficient platform for managing interview-related tasks.

🛠️ Technologies Used

State Management

Redux Logo
We use Redux Toolkit (RTK) for efficient and scalable state management.

UI Framework

MUI Logo
Our UI is powered by Material-UI (MUI) for modern, accessible, and customizable components.

API Communication

Axios Logo
Axios is utilized for handling all API requests and responses with ease.


🚀 Getting Started

Follow these steps to set up the project locally:

Prerequisites

Ensure you have the following installed on your system:

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/Digi_Interview.git
    
  2. Navigate to the project directory:

    cd Digi_Interview
    
  3. Install dependencies:

    npm install
    # or
    yarn install
    

Running the Application

To start the development server:

npm start
# or
yarn start

The application will be accessible at http://localhost:3000.


📂 Project Structure

Digi_Interview/
├── src/
│   ├── components/        # Reusable UI components
│   ├── features/          # Redux slices and logic
│   ├── services/          # Axios API services
│   ├── styles/            # MUI theme and custom styles
│   └── App.js             # Root component
├── public/                # Static files
├── package.json           # Project configuration
└── README.md              # Documentation

🤝 Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Commit your changes and push your branch.
  4. Open a pull request and describe your changes.

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.


📧 Contact

For any inquiries or feedback, please contact us at your-email@example.com.


Thank you for using Digi_Interview!