Skip to content

paigenelmes/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page Twitter clone. It was created by me, Paige Nelmes, as part of my learning with Lighthouse Labs.

This project was a great way to practice my HTML, CSS, JS, jQuery and AJAX front-end skills, as well as my Node and Express back-end skills. I had an absolute blast making this app! I hope you have fun trying it out, too.

Screenshots

Tweeter features a responsive layout. Here's how it looks on a larger screen, such as a laptop or desktop. Tweeter features a responsive layout. Here's how it looks on a larger screen, such as a laptop or desktop.

Is mobile browsing more your thing? No worries! Tweeter looks great on phones and tablets as well. Is mobile browsing more your thing? No worries! Tweeter looks great on phones and tablets as well.

Express your thoughts as you please! You can even use emojis. Remember to be polite! Express your thoughts as you please! You can even use emojis. Remember to be polite!

Keep in mind that your tweets need to be under 140 characters. There's no room for essays! Keep in mind that your tweets need to be under 140 characters. There's no room for essays!

Getting Started

Follow the instructions below to get started. Happy Tweeting!

  1. Create a new repository using this repository as a template.
  2. Clone your repository onto your local device.
  3. Install dependencies using the npm install command.
  4. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  5. Go to http://localhost:8080/ in your browser.

Dependencies

  • Express
  • Node 5.10.x or above

About

Tweeter is a single-page Twitter clone, created as part of my learning with Lighthouse Labs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 51.6%
  • CSS 27.9%
  • HTML 20.5%