This project was created using React.
Caution: before using, please be sure to read this part
In this repo, you can see a web messenger app.
The project isn't completed
yet, therefore you can't use the whole thing!
So far, design of every pages is available.
Note: for more details about what happened during the developing, you can check commits. Hope they help you come over it :)
First of all, let's say I am sure you are able to run React projects
But if not, follow the instructions described here.
Messenger contains three parts:
- Sign Up
- Login
- Messenger
In the project, after you run npm start
, you'll see the Messenger
part first.
To be able to see other 2 pages, do the following:
- go to
App.js
insidesrc
folder - find
currentPageTitle
insideconstructor()
method - change the value of
currentPageTitle
from'Messenger'
to'SignUp'
to see theSign Up page
- OR: change the value of
currentPageTitle
from'Messenger'
to'Login'
to see theLogin page
I'm some how done with designs and .scss works..
Project is redux-less! So I'm adding Redux
to it.