A web application for the Media Team, built using React and React Router.
To get started with this project, clone the repository and navigate to the project directory. open the terminal and run the following commands to install the dependencies:
pnpm install
To run the server locally:
pnpm run dev
The project is structured as follows:
public/
: The public directory, containing the index.html file and other static assets.src/
: The source directory, containing the React components and application code.src/components/
: The components directory, containing reusable React components.src/pages/
: The pages directory, containing the main application pages.