Skip to content

SelectCode/apply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Welcome to SelectCode Application Challenge Repository! 🚀

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.

Prerequisites 📚

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.

Installation & Setup 🔧

  1. Fork or clone this repository to your local machine using https://github.com/SelectCode/apply.git.

  2. Navigate to the project directory in your terminal and install any necessary dependencies as instructed in the individual challenge folders.

Running the Project 🏃

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).

Submitting your Solution 📫

Once you're ready to submit your solution:

  1. Commit your changes, making sure to write clear and informative commit messages.

  2. Push your changes to your GitHub or GitLab repository.

  3. Submit your application on the SelectCode platform and link to your repository.

Questions or Issues? ❓

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 ❤️

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!