In this app there are a total of 6 pages you can interact with.
First of all, let's talk about the first page you see when you launch the app : the Login.
The login is very basic and intuitive. If you already possess an account, you just need to type your pseudonym and your password and login yourself !
If you don't have an account, no worries, you just have to click on the register button to create an account.
Here is basically the same as the login except for the fact that you also need to give a mail address to create your account.
After your registration, you will be redirected to the login where you just need to repeat the first step.
This is the main page of the app. From this page you can write a message to another user, write a new post, visit your profile and log yourself out. All of this by clicking on the different tabs.
By clicking on the tab "Message", you will find this page.
Here you can have a chat with a lot of other users.
// EXPLAIN HOW TO SEND A MESSAGE
By clicking on the tab "Write", this page will pop out.
Here you write the title of your post and its content and just click on "send" to publish it.
By clicking on the tab "Profile", this page will pop out.
Here you can see your last posts and modify your personnal informations by clicking on the "edit" button.
Lastly, by clicking on the "Logout" button, the app redirects you to the login page.
That's it for the manual user ! Have fun and SHAREIT !
For this app we decided to use react.js because it perfectly matched our project and is easy to use.
This app contains a front end with the visuals and a back end with the data processing and storing.
The front is a bunch of pages and components with one single form sheet. All of them are javascript files but use HTML to construct the web page and the form sheet is in CSS.
// WORK IN PROGRESS
// DON'T KNOW 'BOUT THAT