A React based application to that guides you on your journey to learn.
https://learningpaths.netlify.app/
Steps to get started:
git clone https://github.com/akashdas99/Learning-Path.git learning-path
cd learning-path
# install the dependencies
npm install
# start the server
npm run dev