|
@@ -1,28 +0,0 @@
|
1
|
|
-<h1>My Passion Project(THEFOOTBALLUP)</h1>
|
2
|
|
-<h2>Goal</h2>
|
3
|
|
-<p>Create a user application with components to view the data for the user with a front-end.This will allow users access real time information about their favorite football teams around the world other important info along with a simple UI for the user to view that information. This will allow users who have the same team interest to interact about the team's events.</p>
|
4
|
|
-<h3>For client side</h3>
|
5
|
|
-<ul>
|
6
|
|
-<li>HTML</li>
|
7
|
|
-<li>CSS</li>
|
8
|
|
-<li>JavaScript</li>
|
9
|
|
-<li>AngularJs</li>
|
10
|
|
-<li>Cordova</li>
|
11
|
|
-<li>Other to be determined</li>
|
12
|
|
-</ul>
|
13
|
|
-<h3>For server side</h3>
|
14
|
|
-<ul>
|
15
|
|
-<li>Java</li>
|
16
|
|
-<li>Spring Boot</li>
|
17
|
|
-<li>MySql</li>
|
18
|
|
-<li>Other to be determined</li>
|
19
|
|
-</ul>
|
20
|
|
-<h3>3rd party API service</h3>
|
21
|
|
-<ul>
|
22
|
|
-<li><a href="https://www.football-data.org/">football-data</a></li>
|
23
|
|
-</ul>
|
24
|
|
-<h3>Breaking down the wireframe into components</h3>
|
25
|
|
-<ul>
|
26
|
|
-<li>Layout component that contains all sub components Create top level component to render all sub components</li>
|
27
|
|
-<li>Top section has component that displays small image, title and description Create reusable component and sample data and use it to display all the parts</li>
|
28
|
|
-</ul>
|