-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the Code 365 Wiki! This documentation provides an overview of the project, how to contribute, and essential guidelines for getting started.
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!
- 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.
To contribute, first fork the repository and clone it locally:
git clone https://github.com/your-username/Code365.git
cd Code365
Ensure you have all dependencies installed:
npm install
Start the development server:
npm run dev
Then open http://localhost:3000/ in your browser.
We welcome contributions! Follow these steps to submit changes:
-
Create a branch:
git checkout -b feature-name
-
Make your changes and commit them:
git commit -m "Added a new feature"
-
Push the branch to your fork:
git push origin feature-name
- 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!
If you find a bug or have an idea for improvement, feel free to open an issue:
- Navigate to the [Issues](https://github.com/Rohith2201/Code365/issues) tab.
- Click on New Issue and describe the problem or suggestion.
Code 365 is built using:
- Next.js & React β Frontend Framework
- Tailwind CSS β Styling
- Firebase β Authentication & Database
- Vercel β Deployment
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! π