/Kuizu

💬 Kuizu Project | Make ChatRooms and talk with people in real time

Primary LanguageJavaScript

Skylab HTML5,CSS3 and JS ES6

Bootstrap Reactjs

This is the front-end of Kuizu, you can check the api here!!

What is Kuizu?

Kuizu it's a platform to make your own rooms and chat with others, and in the future will be enable to do quiz rooms and other type of rooms.

Screenshoots

Screenshoot

How Works

Pre-requisites and how to install it

  • 1º: Install NodeJS with npm
  • 2º: Configure the env file (you can use your own api, check my api the repo)
  • 3º: Run this in console to install the packages -> npm i -S
  • 4º: Now you can start the project with -> npm start

If you need more information about the scripts, check create-react-app.


Configuration env file

You need to create an .env.development file in the project root with the following environment variables configured:

  • URL TO API SERVER:

    REACT_APP_API_SERVER=http://localhost:3005
    

About

This project was made by Jesé Ramon Barcones

This project was bootstrapped with Create React App.

TO DO

  1. Fix and Update tecnologies in README
  2. Fix security issues finding what packages are needed to update
  3. Stop the use of create-react-app use webpack instead
  4. Re-code the styles
  5. Group together the api and the front in the same repo