EatCode
🍖 is the newest and hottest technical training website for software engineers! Unlike popular competitors like LeetCode, HackerRank, or CodeSignal, our website intends to give our users an immersive experience with our food-themed data structure/algorithmic problems, 3D UI, and relatively fast solution testing. Currently, the website is in the process of being developed by a team of 7 Georgia Tech CS Students in association with GT Web Dev.
Yes, we would love to have you contribute to EatCode if possible! Please refer to the Issues Page, where you can see a list of issues that need to be resolved for EatCode. If this is your first time contributing, consider searching with the "good first issue" label. If you would like instructions on setting up EatCode locally before contributing, then please refer to the next section!
Using the terminal:
- Clone the GitHub Project
$ git clone https://github.com/eatcode-gt/eatcodeweb.git
- Navigate to the backend folder, download npm packages, and run it
$ cd backend $ npm install $ npm run dev
- Navigate to the frontend folder, download npm packages, and run it
$ cd frontend $ npm install $ npm run start
Although EatCode is open-source, EatCode is protected under copyright. Under no circumstances do we allow unlawful reproduction or distribution of EatCode for the purpose of commercial gains. Please refer to our license for more information.