Skip to content

Latest commit

Β 

History

History
112 lines (72 loc) Β· 2.82 KB

File metadata and controls

112 lines (72 loc) Β· 2.82 KB

Let's Do DSA Together πŸš€

A clean, beginner-friendly React + Tailwind CSS platform to learn Data Structures & Algorithms the smart way.


πŸ“– Overview

LetsDoDSATogether is a clean, community-powered DSA learning platform where learners can connect through Discord, explore curated resources, and solve problems collaboratively. It's designed to make learning DSA less isolating and more empowering β€” together, not alone.

Built using:

  • βš›οΈ React
  • πŸ’¨ Tailwind CSS
  • 🧾 HTML & CSS
  • 🎯 Clean state-based UI rendering

πŸš€ Live Demo πŸ‘‰ lets-do-dsa-together.vercel.app


πŸ“‚ Project Structure

image


πŸš€ Getting Started

πŸ› οΈ Prerequisites

  • Node.js (v18+ or v20+ recommended)
  • npm or yarn
  • Git

πŸ™‹β€β™€ How to Contribute

✨ Contributions are super welcome! Here's how:

  1. Fork the repository.

  2. Clone your fork:

git clone "https://github.com/your-username/LetsDoDSATogether.git"
  1. Create a new branch:
git checkout -b feature/your-feature-name
  1. Make your changes and test locally.

  2. Commit with a clear message.

git commit -m "feat: Add XYZ feature"
  1. Push and create a Pull Request.

πŸ”§ Installation

git clone "https://github.com/yourusername/LetsDoDSATogether.git"

cd LetsDoDSATogether

Install dependencies

npm install

Start the dev server

npm run dev

πŸ“„ License

This project is licensed under the MIT License.

🌱 Learning Resources

New to open source? Check these out:

πŸ“ž Contact


Happy Contributing! πŸŽ‰

This project is part of learning open-source contribution. Every contribution, no matter how small, is valued and appreciated!

⭐ Star this repo to show your support