A simple twitter Site
Submitted on 23-8-2017
Done by: walid, Eslam, Hana and Kefah
-
This project is a web app that mimics twitter site. it allows user to signup and login once until the user press the log out button.
-
then the home page is the page which contains all tweets for all users and add new tweets.
-
the last thing that the nav bar contains the username and his avatar which is click able, so you can navigate the user profile.
- Login form with 2 fields - username and password
- Client-side and server-side validation on login form, including error handling that provides feedback to users
- Users only have to log in once (i.e. implement a cookie-based session on login)
- Username is visible on each page of the site after logging in
- Any user-submitted content should be labelled with the authors username
- There should be protected routes and unprotected routes that depend on the user having a cookie or not (or what level of access they have).
1.Clone the repository from Here
-
run the code by
js npm start
-
Run the project on the browser localhost:4000