Skip to content

1andee/tweetr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a single-page web app built to refine my front-end dev skills with HTML, CSS, JS, jQuery and AJAX. The app is powered by a Node/Express back-end and data is persisted using MongoDB.

After the project's core functionality was complete, additional login/registration features were added and the HTML page(s) were converted for use with the EJS templating engine.

Live Demo

http://tweetr-app.herokuapp.com

Screenshots

alt text alt text alt text alt text

Getting Started

  1. Fork and clone your fork of this repository.
  2. Install dependencies: npm install or npm i for short.
  3. Start the web server from the command line: npm start
  4. Open the app on http://localhost:8080/ in your web browser.

Key Dependencies

  • Express.js
  • Node.js
  • MongoDB
  • EJS
  • bcrypt

About

A twitter clone powered by node, express, and mongodb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.7%
  • HTML 22.6%
  • CSS 11.7%