<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Awwal Mudashir</title>
    <description>The latest articles on Forem by Awwal Mudashir (@bluemaestro10).</description>
    <link>https://forem.com/bluemaestro10</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2234563%2F757a4448-c1bb-4582-abfd-4a7c4f7fa896.png</url>
      <title>Forem: Awwal Mudashir</title>
      <link>https://forem.com/bluemaestro10</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/bluemaestro10"/>
    <language>en</language>
    <item>
      <title>My EPL Predictor APP</title>
      <dc:creator>Awwal Mudashir</dc:creator>
      <pubDate>Mon, 02 Mar 2026 07:59:53 +0000</pubDate>
      <link>https://forem.com/bluemaestro10/my-epl-predictor-app-2cb7</link>
      <guid>https://forem.com/bluemaestro10/my-epl-predictor-app-2cb7</guid>
      <description>&lt;p&gt;&lt;a href="img%20src=" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is a submission for the DEV Weekend Challenge: Community&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Community&lt;/strong&gt;&lt;br&gt;
I built this project for people who love the English Premier League but also&lt;br&gt;
enjoy a little friendly competition with their friends. Most EPL websites&lt;br&gt;
provide fixtures and results, but very few let you create private prediction&lt;br&gt;
leagues, track your own scores week‑by‑week, or compare yourself against the&lt;br&gt;
wider community – all in one place. The target community is anyone who&lt;br&gt;
already follows the PL and wants to turn matchdays into a mini‑game with&lt;br&gt;
leaderboards, leagues and historical stats.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I Built&lt;/strong&gt;&lt;br&gt;
EPL Predictor is a full‑stack web app where authenticated users can:&lt;/p&gt;

&lt;p&gt;View the current gameweek’s fixtures and enter score predictions.&lt;br&gt;
Create or join private leagues using invite codes.&lt;br&gt;
See their prediction history and personal leaderboard (points by gameweek).&lt;/p&gt;

&lt;p&gt;Browse a global leaderboard of all users, sorted by total points.&lt;br&gt;
Automatically sync fixtures and results from an external API; scores are&lt;br&gt;
awarded after matches finish.&lt;/p&gt;

&lt;p&gt;Manage gameweeks and leagues via simple admin endpoints (used internally).&lt;/p&gt;

&lt;p&gt;The UI is a responsive React/Vite/Tailwind single‑page app, and the backend is&lt;br&gt;
a Spring Boot service with JWT auth, JPA/Hibernate and MySQL. Prediction&lt;br&gt;
logic, league membership and scoring all happen server‑side, with robust error&lt;br&gt;
handling and logging.&lt;/p&gt;

&lt;p&gt;View The App: &lt;a href="https://epl-predictor-frontend-prod.vercel.app/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;br&gt;


&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://epl-predictor-frontend-prod.vercel.app/" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;epl-predictor-frontend-prod.vercel.app&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;




&lt;p&gt;Code&lt;br&gt;
You can explore the source on GitHub:&lt;/p&gt;

&lt;p&gt;Frontend: &lt;a href="https://github.com/AwwalMudashir/Epl-Predictor---Frontend" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;br&gt;
Backend: &lt;a href="https://github.com/AwwalMudashir/EPL-Prediction-App-Backend-.git" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How I Built It&lt;br&gt;
The project uses the following technologies:&lt;/p&gt;

&lt;p&gt;Backend – Spring Boot 7, Spring Security with JWT, Spring Data JPA,&lt;br&gt;
MySQL, Lombok, and the Java 17 toolchain. The service exposes a&lt;br&gt;
REST API with controllers for users, predictions, gameweeks and leagues.&lt;br&gt;
A scheduled task polls a third‑party fixtures API each night to update&lt;br&gt;
scores and award points.&lt;/p&gt;

&lt;p&gt;Frontend – React 19 bootstrapped with Vite, styling via Tailwind CSS,&lt;br&gt;
React Router for navigation, and Axios with interceptors for auth and&lt;br&gt;
logging. Authentication state is managed in context, and pages are&lt;br&gt;
protected via client‑side routing guards.&lt;/p&gt;

&lt;p&gt;Deployment – Render and netlify.&lt;/p&gt;

&lt;p&gt;I wrote the entire stack solo over the weekend, iterating quickly between&lt;br&gt;
backend fixes and UI improvements while logging every change to make the app&lt;br&gt;
resilient. The resulting application is a complete “community” experience&lt;br&gt;
for EPL fans, with persistent data, authentication, and real‑time score&lt;br&gt;
updates.&lt;/p&gt;

&lt;p&gt;Thanks for reading.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
      <category>showdev</category>
      <category>challengesubmission</category>
    </item>
  </channel>
</rss>
