- Grace Hopper 1909 - Capstone Project
Visit Codewords to check it out!
Codewords is a fullstack game based off of the boardgame Codenames, built using React/Redux, Socket.IO, and express.js/node.js. By the end of the production period, this app will, at a minimum, satisfy the following criteria:
- Hosting on Heroku
- New game creation, log into game, and realtime chat
- Game start with a unique player view of gameboard
Step by step guide for downloading repo:
cd <directory you want to download to>
git clone https://github.com/callbacka/capstone.git
cd capstone
npm install
CREATEDB codewords
npm run start-dev
Go to http://localhost:3000 to see Codewords!
Github: https://github.com/jtbeaudoin
LinkedIn: https://www.linkedin.com/in/josiebeaudoin/
Github: https://github.com/p-kong
LinkedIn: https://www.linkedin.com/in/pauline-k/
Github: https://github.com/kateyphi
LinkedIn: https://www.linkedin.com/in/katherine-phillips-b8628250/
Github: https://github.com/crispinamuriel
LinkedIn: https://www.linkedin.com/in/crispinarmuriel/
Technologies used in this project: Javascript, Node.js, Express.js, React.js, Redux.js, Sequelize.js, HTML, CSS, PostgreSQL, Socket.IO