Skip to content

simple login page and chat (only frontend) using React, Redux, React Router, deployed on Vercel

Notifications You must be signed in to change notification settings

Lethteria/reactChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  • About

    simple login page and chat (only frontend) using React, Redux, React Router, deployed on Vercel

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published