Skip to content

hdytarsn/namerator_frontend

Repository files navigation

Namerator Frontend

Go Namerator Backend


Logo

(In Development)

"Namerator" is a simple name finding game that you can play multiplayer or single player.
It's a weekend project to develop myself in different technologies see below.

View Demo

Table of Contents

  1. Notes
  2. Built With
  3. Installation
  4. Thanks
  5. Contact

Notes

Projects base configration (store/constants) set to deployed backend routes so you can play without local backend setup. Single player mode in development right now so only multiplayer mode open in backend and frontend. You can sign up to play (no email confirmation) or predefined users:

mail: userone@namerator.fun password: userone

mail: usertwo@namerator.fun password: usertwo

Built With

Installation

  1. Clone the repo

    git clone https://github.com/hdytarsn/namerator_frontend
    cd namerator_frontend
  2. Install packages

    npm install

    or

    yarn install
  3. If you use local backend or own pusher setup change constants (src/storage/constants)

     NODE_ENV:"development",
     BASE_URL:"http://localhost:8080",
     API_BASE_URL: "https://namerator.fun/api", // if you use local backend setup change like "http://localhost:8080/api"
     PUSHER_APP_KEY: "****",
     PUSHER_CLUSTER: "**"
  4. Serve on local machine

   npm run serve
  1. Build
  npm run build

Thanks!

Special thanks to Atölye15 for evaluating the code and project idea, and Kodluyoruz for the best JavaScript bootcamp!

Contact

Hidayet Arasan - Web Site - info@hidayetarasan.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published