- Solve 450 💪 DSA quality question and get ready for placement 👨🏻💻
- Clean UI ⚡
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.
- 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.
- Bootstrap - Frontend CSS3 Framework
- Node.js - Backend Framework
- Express.js - Server Side Node.js Framework
> 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/