Phrazel is a game created by Team Concurrent of Code the Dream's Baboon/Bald Eagle Practicum. Team Concurrent is made up of our back-end team (Aboubacar, Alejandro, & Mauricio) & our front-end team (MacKenzie, Cesar, & Brendan). We were mentored by Dan & Frank of Code the Dream (CTD).
Phrazel is being deployed on Vercel on the front-end & Render on the back-end--test out the fully-deployed game here.
Landing page:
Game lobby:
Game screen:
Waiting for players to submit words
API-sourced hints & a correct guess
- Previews
- Technologies Used
- Description
- Component Diagram and Hierarchy
- Setup/Installation Requirements
- Known Bugs
- Contact Information
- License
Trying to run the game locally? You will need to run both this front-end app & the back-end server here on your local machine.
Note that you can also see the history of the project for the time being on the CTD repos that the front & back-ends were forked off of--see the old front-end repo here & the old back-end repo here.
- Clone this repository to the folder that was already created for both the front-end and back-end repos
- Run
npm install
to install dependencies - Pull the latest version of the
main
branch - Run
npm start
to start the development server - Open http://localhost:3000 with your browser to see the data received the back-end server.