This is a web application designed to help users rapidly revise Data Structure and Algorithm (DSA) problems using flash cards.
- Problem Cards: Each card contains a unique DSA problem, its approach, and pseudo-code.
- Filters: Users can target specific problems for revision using our filter feature.
Follow these steps to get a copy of the project up and running on your local machine for development purposes.
Ensure you have the following installed on your local machine:
- Node.js - We're using Node version
21.1.0
for this project.
- Clone the repo
git clone https://github.com/akshaymundra/flash-dsa-client.git my-project
- Naviagate to the project directory
cd my-project
- Install required packages
npm install
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.