Skip to content

adiguzelburak/prediction-football-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Prediction Football Scores

This is a Next.js based project that prediction of football match scores.

Live Demo

Features

  • Authentication
  • Prediction each game and gain points.
  • Leadership system by points.

Available Scripts

Backend

Run npm install or yarn to install dependencies

Run npm run start or yarn start to start Web App

Frontend

Run npm install or yarn to install dependencies

Run npm run dev or yarn dev to start Web App

Usage of Technologies

  • Nextjs
  • MongoDB
  • Mongoose
  • Express
  • Context API

UI Libraries

  • TailwindCSS

Other Libraries

  • Passport (Authentication)
  • Formik (Forms)
  • Zod (Validation)