Skip to content

Fionalan727/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page Twitter clone. The back-end code was provided by LHL, and forked by me. I made some Tweeter is a simple, single-page Twitter clone. All the front-end code is by me. The base back-end code was provided by LHL, and I made some modifications to it to handle liking tweets. modifications to the back-end to handle liking tweets.

This project uses port 8080 (http://localhost:8080/ in your browser.). This project uses port 8080 (http://localhost:8080/ in your browser.).

@@ -19,15 +18,6 @@ This project uses port 8080 (http://localhost:8080/ in your browser.). "Screenshot of Tweeter home page, composed tweet box visible" "Screenshot of Tweeter home page, composed tweet box visible" "Screenshot of Tweeter home page, composed tweet box hidden" "Screenshot of Tweeter home page, composed tweet box hidden"

Dependencies

  • Node.js
  • Express
  • EJS
  • bcrypt
  • body-parser
  • cookie-session

Getting Started

  • Install all dependencies (using the npm install command).

About

A twitter clone project, to help students gain front-end dev chops. Starter (incomplete) code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.4%
  • CSS 21.3%
  • HTML 13.3%