Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.9 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.9 KB

The-Baloushas

Links



Description of the app


  • Baloushas Football this application provides the user with the results and summaries of the latest matches in the international leagues

User Journey


  • The user starts on the main page by browsing the most important results and the most important match events from all the international leagues in recent times, and there is a list on the side where the user can choose one of the five major leagues to filter the matches by league.

User Stories


  • Aِs a User I wanna See the results of the latest matches .
  • Aِs a User I wanna See a summary of the events of the match as a video .
  • As a User When I choose a league, matches must be filtered .

To run the application locally :


  • git clone https://github.com/CA-G12/Baloushas.git
  • cd Baloushas
  • npm install
  • npm run dev

Technology we used and the purpose


  • HTML ➙ It is used for the structure of the app and what it contains of buttons, images, texts, etc.
  • CSS ➙ It is used to describes how elements should be rendered on screen and the styling of the app pages
  • JavaScript ➙ It is used to gives the app interactive elements that engage a user
  • API ➙ It used for communicate with other products and services without having to know how they’re implemented
  • express ➙ primarily used for non-blocking, event-driven servers, due to its single-threaded nature. It's used for traditional web sites and back-end API services, but was designed with real-time, push-based architectures in mind
  • npm ➙ is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency conflicts intelligently.

Team members