Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 943 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 943 Bytes

World Cup 2022 App for livescores, stats, fixture and Standing

Link to project: https://aladdin4u.github.io/world-cup-2022/

world-cup-2022-Qatar

How It's Made:

Tech used: HTML, CSS, JavaScript, React + Vite

Optimizations

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

Lessons Learned:

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

Installation:

  1. Clone repo
  2. run npm start // start server
  3. cd client
  4. run npm intall

Usage:

  1. run npm run dev