Skip to content

MERN full stack dice game with user login/registration, storing of high scores on MongoDB, and data persistence with cookies.

Notifications You must be signed in to change notification settings

djtanner/dice-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dice Game

This project is a fullstack multi-user MERN application for playing a dice game and persisting data to save scores.

  • Dice rolls are done on the server side and shown on the client
  • Users can sign in and a jwt token is stored for authentication
  • High scores are viewable for all users, and logged in users can save their score and view their score history

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

MongoDB

Set up your DB using MongoDB with users and scores models.

Express and Node

Set up the server using Express and Nodejs.

About

MERN full stack dice game with user login/registration, storing of high scores on MongoDB, and data persistence with cookies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published