This is the frontend repository for the Codorra 2026 Hackathon project. It contains the code and resources for the user interface of our application.
To get started with the frontend development, follow these steps:
- Clone the repository:
git clone https://github.com/MediaTrex/Codorra_2026_Hackathon.git
- Navigate to the project directory:
cd frontend - Install the dependencies:
npm install
- Start the development server:
npm start
This will launch the application in your default web browser at http://localhost:3000.
- 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.
We welcome contributions to the frontend repository! If you would like to contribute, please follow these guidelines:
- Fork the repository and create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your forked repository.
- Create a pull request to the main repository, describing your changes and why they are necessary.