world-cup-2022 https://worldcup2022app.netlify.app/
World Cup 2022 App for livescores, stats, fixture and Standing
Link to project: https://aladdin4u.github.io/world-cup-2022/
Tech used: HTML, CSS, JavaScript, React + Vite
One of the first thing I would optimize is the UX for more flexibility on the app, adding stats to give detail information about matches played, Updating the score of live matches with bot automatically
Utilized callback functions in the server to try and build a modular and scalable API. Through this I learned , how to effectively simplify API routes into independent functions
- Clone repo
- run
npm start
// start server - cd client
- run
npm intall
- run
npm run dev