This repository is home to the SelectCode Application Challenges. Navigate through it to find challenges designed to test your understanding of various topics. There's a mix of Micro Challenges for quick learning checks and a Startup Challenge for those seeking a more comprehensive understanding.
Please ensure you have the following installed:
- A text editor like Visual Studio Code, Sublime Text, or Atom.
- Git installed locally on your machine.
- Node.js and npm/yarn (in case there are node-based projects)
- Docker (in case Docker containers are used)
Please refer to the individual challenge folders for any additional prerequisites.
-
Fork or clone this repository to your local machine using
https://github.com/SelectCode/apply.git
. -
Navigate to the project directory in your terminal and install any necessary dependencies as instructed in the individual challenge folders.
Please refer to the README file in each challenge folder for specific instructions on how to run and test the project.
In general, most projects can be run with a command such as pnpm start
or with Docker commands (if
containers are used).
Once you're ready to submit your solution:
-
Commit your changes, making sure to write clear and informative commit messages.
-
Push your changes to your GitHub or GitLab repository.
-
Submit your application on the SelectCode platform and link to your repository.
If you have any questions or encounter any issues, feel free to raise an issue in this repository or reach out to us. We're here to help!
Contributions, issues, and feature requests are welcome! Feel free to check issues page.
Best of luck with the challenges! We're excited to see your innovative solutions. 🌟
Happy Coding!