This is the frontend for the HelpDesk Pro project, built with React and Vite.
- React
- Vite
- Axios for API calls
- React Router for routing
git clone https://github.com/DevCrewHub/helpDesk-frontend.git
cd helpDesk-frontendnpm installnpm run devThe app will be available at: http://localhost:5173
- Fork the repository
- Create a new branch (git checkout -b feature/your-feature)
- Commit your changes (git commit -am 'Add new feature')
- Push to the branch (git push origin feature/your-feature)
- Open a Pull Request