From 38151e5941c24fdc66632b7cdbdcf174a1ec0959 Mon Sep 17 00:00:00 2001 From: SarabjitS <35809229+SarabjitS@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:45:21 -0330 Subject: [PATCH] add content to readme --- README.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f324bbb..d050bf9 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,21 @@ > Select an opening and use arrow/play button to go through the moves. Check if you have learned the opening by clicking the Test button. -Chess popularity has increased exponentially due to charismatic youtubers taking up the sport for bolstering their intellectual prowess and the incredible fun that comes along playing chess. As other chess enthusiasts, I found that if you want to be better at chess then learning about chess openings is not only mandatory for progress but also makes you faster when playing blitz games. +## General Info -This chess-opening application reinforces the different opeinings so that the user can enjoy the beautiful game of chess. After the user has studied the moves, they can test their knowledge. As it can be overhelming to remember all the moves at once, the user can take help by clicking the hint button. +- I wanted my first project to be something that I could use for improving my chess. Working on the app helped me dust-off my development skills and gain confidence. -Other functionalities include- +## Technologies Used + +- HTML5 +- CSS +- JavaScript (ES6) + + + +## Features - Dark mode - Sound on/off @@ -17,3 +27,13 @@ Other functionalities include- - Added hint button to help recalling a specific move (when in test mode) - Added notations for convenience and better recall - Highly responsive including adding mobile navbar + +## Future Iterations + +- Use an API to calculate the probability of success for the specific opening +- Add drag/drop functionality to chess pieces when in test mode + +## Contact + +- [Sarabjit Singh](https://www.linkedin.com/in/sarabjit-singh-97b84012/) - [sab.walia@gmail.com](sab.walia@gmail.com) +- Project Link: https://github.com/SarabjitS/Chess-Openings