Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 2.71 KB

README.md

File metadata and controls

55 lines (41 loc) · 2.71 KB

JavaScript  HTML  CSS  Bootstrap 
Node.js  Express.js  Heroku 

Website Badge OPEN-PR

Overview 👀

  • Solve 450 💪 DSA quality question and get ready for placement 👨🏻‍💻
  • Clean UI ⚡

What is 450 DSA Cracker? 🤔

450 DSA Cracker is a web app which basically consists of 450 important questions of DSA given by Love Babbar which is helpful for placement purpose also.

The front end is made with HTML5, CSS3, Bootstrap4 and Javascript while for maintaining successful routes between different pages I have used express handlebars in it.

How it works? 🤔

  • Open the website https://dsacracker.herokuapp.com/
  • Home page will be opened which consists various topics of DSA in beautiful grid format, user just needs to click any one card of DSA topic and a list of set of important DSA questiones will be opened.
  • User just needs to hover on question present in list and upon clicking it, user would be sent to respective site where that DSA question is present.

Dependencies 🗃

Run Locally 💻

> Clone the repo
    >> For Windows: Git Bash
    >> For Linux: Terminal
    >> git clone https://github.com/ROHAN842/450DSACracker.git
    >> cd MainFolder/DirectoryName
> Install all dependencies
    >> npm i
> Spin the server on port 3000
    >> cd MainFolder/DirectoryName
    >> nodemon or node app.js
> Visit the website on http://localhost:3000/