A web version of the popular horror game Five Nights at Freddy's made using ReactJS and Redux.
This repository is a fork of Wendell Sousa's original project.
Click here to play.
# clone the repo
git clone https://github.com/dorukyum/FNAF-Web.git
# install the dependencies
npm install
# start the server
npm start