Skip to content
J VENKATA LAKSHMI SAI ROHITH edited this page Feb 27, 2025 · 1 revision

πŸ“š Code 365 Wiki

Welcome to the Code 365 Wiki! This documentation provides an overview of the project, how to contribute, and essential guidelines for getting started.


πŸš€ About Code 365

Code 365 is a platform designed to help developers master Data Structures and Algorithms (DSA) through a structured, hands-on learning experience. Whether you're preparing for job interviews, competitive programming, or improving problem-solving skills, Code 365 has got you covered!

🌟 Key Features

  • 360+ Curated DSA Problems – Covering various difficulty levels and topics.
  • Company-Specific Question Sets – Targeted practice for FAANG and top tech companies.
  • Progress Tracking – Monitor your learning journey and growth.
  • Regular Contests & Challenges – Compete and test your problem-solving skills.
  • Active Community Support – Get help and collaborate with peers.

πŸ› οΈ Getting Started

1️⃣ Fork & Clone the Repository

To contribute, first fork the repository and clone it locally:

git clone https://github.com/your-username/Code365.git
cd Code365

2️⃣ Install Dependencies

Ensure you have all dependencies installed:

npm install

3️⃣ Running the Project Locally

Start the development server:

npm run dev

Then open http://localhost:3000/ in your browser.


🎯 How to Contribute

We welcome contributions! Follow these steps to submit changes:

πŸ’‘ Adding a New Feature

  1. Create a branch:
    git checkout -b feature-name
  2. Make your changes and commit them:
    git commit -m "Added a new feature"
  3. Push the branch to your fork:
    git push origin feature-name
  4. Open a Pull Request (PR) and describe your changes.

πŸ“Œ Make sure to check our [Contribution Guidelines](https://github.com/Rohith2201/Code365/blob/main/CONTRIBUTING.md) before submitting a PR!


πŸ“ Reporting Issues

If you find a bug or have an idea for improvement, feel free to open an issue:


⚑ Tech Stack

Code 365 is built using:

  • Next.js & React – Frontend Framework
  • Tailwind CSS – Styling
  • Firebase – Authentication & Database
  • Vercel – Deployment

πŸ“œ License

This project is open-source and distributed under the MIT License. See [LICENSE](https://github.com/Rohith2201/Code365/blob/main/LICENSE) for more details.

Happy Coding! πŸš€πŸ”₯


Would you like additional sections like "Advanced Setup" or "FAQ"? Let me know! πŸš€