A project that I built for an Interview for Nagwa Company.
https://nagwa-exams-frontend.onrender.com/
- It runs on port 3000
- IT has 3 main endpoints:
- "/" home route
- "/practice" practice route
- "/rank/:scrore" Rank route
- It runs on port 5000
- It has 2 main endpoints:
- "/api/words" Get Request which returns the words part
- "/api/rank" Post Request which returns the rank of the student "body { score: number }