I'm doing the daily javascript challenges on LeetCode for the whole year of 2023. I'm using this site to document my progress and to share my solutions. This is a great way to learn and practice javascript.
I am not a JS wizard, so I'm sure there are better ways to solve these problems. If you have any suggestions, please feel free to comment on the post! Some I will admittedly look up if I get stuck. I am still learning and don't have all the answers, but seeing (sometimes) complex questions and answers is beneficial. In cases where I do look up the answer, I will link to the solution I used above the solution's code block.
This site is built with Jekyll and hosted on Vercel.
Live site deployed HERE
To build and run this site locally, you will need
- Download, clone, or fork this repository.
cd
into the directory.- Run
bundle install
to install the dependencies. - Run
bundle exec jekyll serve
to start the server. - Navigate to http://localhost:4000/ to view the site.
To add a new post quickly, we can use Jekyll-compose by running the following command:
bundle exec jekyll compose "TITLE_HERE"