Welcome to Health Matter's. This project serves as an opportunity for me to enhance my C# programming skills. The project originated as a response to a practice exam question, but my growing enthusiasm led me to further develop and refine the app.
- Install visual studio
- Open visual studio and click clone repository
- Paste the url which I sent
- This will download the code onto your computer
- A copy of the code is on your computer so don't worry about accidentally editing it
Click the run button at the top of the screen when you want to stop running click the red square. You will need to create an account to log in and see all the features.
- Look to the right of the screen and you should see the solution explorer
- Right click on the form which you want to open. They should have a purple icon
- Click view code and it will show the code for that page
- To open classes follow the same steps. They should have green icon
You can contribute by implementing new features, fixing bugs, or improving existing code. Feel free to explore the project's source code, identify areas that can be enhanced, and submit your pull requests. Your contribution would not only be helpful but also serve to significantly enhance the growth of the project.
- Fork the repository.
- Create a new branch for your changes.
- Implement your changes, following coding style and best practices.
- Test your changes to ensure they work correctly.
- Submit a pull request, clearly describing your changes and their value.