Skip to content

saurabhsood91/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

An implementation of Minesweeper in React+Redux. Learning attempt for Redux, and React-Redux bindings.

Stuff I focused on

  • Thin Components, which just render and fire actions
  • Most of the logic in the reducers
  • Using ES6 features where possible

Technologies

  • React
  • redux (react bindings)
  • webpack
  • react-bootstrap
  • redux-thunk (For the leaderboard)

Leaderboard Repo: Leaderboard

Try it out: Demo