OP
OPCODE-Open-Spring-Fest/code-a-licious
Code-a-licious is a repository that provides three programming challenges every day, categorized into easy, medium, and hard difficulty levels. Project Managers - Shiwangi, Somya Gangwar
Code-a-licious
Welcome to Code-a-licious, the place where the best solutions to challenging coding puzzles may be found! Our objective is to provide contributors with a venue to showcase their problem-solving skills by providing optimal solutions to challenging programming challenges.
Features:
- Daily Challenges:
Provide three C++ programming challenges every day, covering a wide range of topics and concepts. - Difficulty Levels:
Ensure each daily challenge is categorized into one of three difficulty levels: easy, medium, or hard, to cater to participants with varying skill levels. - Clear Instructions:
Include clear instructions along with each challenge, specifying the problem statement, input/output format, and any additional requirements or constraints. - Sample Inputs/Outputs:
Offer sample inputs and corresponding outputs to help participants understand the problem and verify their solutions. - Solution Guidelines:
Optionally, provide solution guidelines or hints to assist participants in solving the challenges. - Community Engagement:
Encourage community participation by allowing participants to submit their solutions and discuss approaches with others. - Documentation:
Maintain clear documentation outlining the repository's purpose, contribution guidelines, and any other relevant information for participants.
Setup
To set up code-a-licious on your local machine, follow these steps:
Installation Steps
-
Fork the repository:
- Click the "Fork" button at the top right corner of this repository's page on GitHub. This will create a copy of the repository in your GitHub account.
-
Clone the forked repository:
git clone https://github.com/<yourusername>/code-a-licious.git- Navigate to the project directory:
cd code-a-licious- Install Node.js dependencies:
npm i