This website desdign to test your algorithms knowledge.
-Server-Platform provider
-Amazon AWS
-Software Stack
OS: Linux
WebServer: AWS/node
Database: mySQL
Server-side: JavaScript
Framework: React/nodeJS.
This website uses Functional components intead of of class componenents or Pure components with the purpose of reducing the series of checks related to its lifecycle. If we do not need to use state or lifecycle methods, we can avoid these checks by writing a functional component.
...
Must Installing
nodejs: sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install nodejs
(more information details on nodejs version visit: https://tecadmin.net/install-latest-nodejs-npm-on-ubuntu/)
npm: npm install npm@latest -g
npx: npm install -g
mp2: npm install pm2@latest -g
- users can create an account.
- Users can view their scores.
- ...
.
.
.