Code Monkey home page Code Monkey logo

tweeter's Introduction

Tweeter Project

Tweeter is a simple, single-page Twitter clone.

This is a project I built as part of the web development bootcamp at Lighthouse Labs. I was able to practice HTML, CSS, JS, jQuery and AJAX front-end skills, and Node, Express and MongoDB back-end skills.

Some of the functionality the page has:

  • Tweets are loaded from Mongo database
  • The compose form can slide in or out of view by clicking the compose button
  • Character counter updates live based on text input
  • Error messages are given if a tweet is empty or over the character limit
  • New tweets are submitted (with a random username and avatar) and saved to the Mongo database, then rendered immediately on the page without refresh

Getting Started

  1. Fork this repository, then clone your fork of this repository.
  2. Install dependencies using the npm install command.
  3. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  4. Go to http://localhost:8080/ in your browser.

Dependencies

  • Express
  • Node 5.10.x or above
  • Body-parser
  • MongoDB
  • Chance

Screenshots

Home page "Screenshot of Home page"

Compose box being hidden (mid-animation) "Screenshot during slide animation"

Hidden Compose box "Screenshot after slide, form is hidden"

Tweet Error Message "Screenshot of Error message"

tweeter's People

Contributors

jordanyoungs avatar vaz avatar hora avatar jensen avatar kvirani avatar rafd avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.