

Commonly include, although by no means restricted to, low grade fever, feeling tired Rheumatology, immunology, gastroenterology, neurology, dermatology, Endocrinology We would like to thank the developers of Vue, Jest, Moment, and Unsplash for their contributions to this project.Young woman with malar rash, typically found in systemic lupus erythematosus (SLE) Once you’ve made your changes, submit a pull request to the main repository. If you’d like to contribute to this project, please fork the repository and make changes in your own fork. Install the required packages using npm install.Īccess the app in your web browser at Contributing To run the project, you can follow these steps:

Results carried out from the unit tests mounted on each of the components: Jest: The Javascript test framework Jest was used to perform unit tests on isolated parts of each component. Moment: A Vue package called Moment was used to provide the timer functionality. Unsplash: The images used in the puzzles were sourced from Unsplash. HTML5 and CSS3: The app uses HTML5 and CSS3 to provide the layout and styling. The following technologies were used to create this project: It uses computed properties and methods to manage the game’s state, including tracking the elapsed time and checking if the puzzle has been solved.

SliderPuzzles.vue: This component creates the slider puzzle game itself. Records.vue: This component displays the records of past games, which is stored in local storage. The component uses computed properties and methods to manage the selection of puzzles and the game’s difficulty level. Puzzles.vue: This component contains the selection of puzzles with varying difficulties. The game is created using the following three Vue components: Once the puzzle is solved, a message is displayed to the user.

The app has a timer that shows the elapsed time of the game, which is then stored in local storage. The game consists of rearranging the parts of a picture until it looks correct. This is a single-page application that allows users to play a slider puzzle game.
