This is the frontend application for the Matadorz Course Guide, built with React.
- Display course information.
- Search for courses and teachers.
- Responsive design.
-
Clone the repository:
git clone https://github.com/MB-KING/Matadorz-Course-Guide-FrontEnd.git cd Matadorz-Course-Guide-FrontEnd
-
Install dependencies:
npm install
-
Create a
.env
file in the root directory and add your environment variables based on.env-sample
. -
Start the development server:
npm start
In the project directory, you can run:
npm start
: Runs the app in the development mode.npm test
: Launches the test runner in the interactive watch mode.npm run build
: Builds the app for production to thebuild
folder.
public/
: Public assets and the HTML template.src/
: Source code for the React application.components/
: Reusable components.pages/
: Page components.services/
: API service calls.styles/
: CSS and styling files.
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Create a new Pull Request.
This project is licensed under the MIT License.