42ranks is a project build by @Sherlocked97, @lorbke and @Fiodos (me) during the very first 42 Heilbronn Hackathon in November 2022.
We as a team thought that it might be a cool idea to provide our peers with a platform, where we can compete on solving different (leetcode-style) problems. Such a platform could enhance our programming skills in a fun & competitive way.
- node.js + MySQL
- next.js + tailwind.css
- clone the repository
- inside the root dir, call
npm
install - inside the backend dir, call
npm start
- inside the frontend dir, call
npm run dev