This is a Next.js based project that prediction of football match scores.
- Authentication
- Prediction each game and gain points.
- Leadership system by points.
Run npm install
or yarn
to install dependencies
Run npm run start
or yarn start
to start Web App
Run npm install
or yarn
to install dependencies
Run npm run dev
or yarn dev
to start Web App
- Nextjs
- MongoDB
- Mongoose
- Express
- Context API
- TailwindCSS
- Passport (Authentication)
- Formik (Forms)
- Zod (Validation)