Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.37 KB

File metadata and controls

44 lines (31 loc) · 1.37 KB

Chat

chat2

Description

It is a simple chat with a login page and chat page. This application creates a new user after registration and stores the user's data in localStorage. Main functionality:

  • Sing in / Sing out
  • Send messages in the chat
  • Validation of registration fields and sending message field
  • Loading new users from fake REST API JSONplaceholder

    Chat was built with

    React
    Redux
    React Router
    JSONplaceholder API
    React Bootstrap

    View Demo

    link to Chat

    Installation

    1. You can download this repository by clicking Code at the top, then selecting Download ZIP or if you want to clone this repository you can do this by git clone https://github.com/Lethteria/reactChat.git

    2. For installing all packages in the project directory run: npm install

    3. Then run the app in the development mode: npm start
    Open http://localhost:3000 to view it in your browser.

    Available Scripts

    In the project directory, you can run:

    npm start

    Runs the app in the development mode.
    Open http://localhost:3000 to view it in your browser.

    The page will reload when you make changes.
    You may also see any lint errors in the console.