Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.38 KB

File metadata and controls

37 lines (32 loc) · 1.38 KB

Codorra 2026 Hackathon - Frontend

This is the frontend repository for the Codorra 2026 Hackathon project. It contains the code and resources for the user interface of our application.

Getting Started

To get started with the frontend development, follow these steps:

  1. Clone the repository:
    git clone https://github.com/MediaTrex/Codorra_2026_Hackathon.git
  2. Navigate to the project directory:
    cd frontend
  3. Install the dependencies:
    npm install
  4. Start the development server:
    npm start

This will launch the application in your default web browser at http://localhost:3000.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • Redux: A state management library for JavaScript applications.
  • Axios: A promise-based HTTP client for making API requests.
  • Material-UI: A popular React UI framework for building responsive and visually appealing interfaces.

Contributing

We welcome contributions to the frontend repository! If you would like to contribute, please follow these guidelines:

  1. Fork the repository and create a new branch for your feature or bug fix.
  2. Make your changes and commit them with descriptive messages.
  3. Push your changes to your forked repository.
  4. Create a pull request to the main repository, describing your changes and why they are necessary.