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:
React
Redux
React Router
JSONplaceholder API
React Bootstrap
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.
In the project directory, you can run:
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.