Skip to content

Aladdin4u/world-cup-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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