This is a React application for managing pathology cases, including viewing case details, reporting issues, and setting diagnoses with next steps. It uses Redux for state management, React Router for navigation, and react-toastify
for notifications.
Follow these steps to set up and run the application locally.
- Node.js: Version 14.x or higher (includes npm).
- Git: For cloning the repository.
- Clone the Repository
git clone https://github.com/ericzhy0815/Ekyaalo_Web.git cd Ekyaalo_Web cd frontend npm install npm run dev