https://github.com/wichopy/tweetr
A twitter clone project, to help students gain front-end dev chops. Starter (incomplete) code.
https://github.com/wichopy/tweetr
Last synced: over 1 year ago
JSON representation
A twitter clone project, to help students gain front-end dev chops. Starter (incomplete) code.
- Host: GitHub
- URL: https://github.com/wichopy/tweetr
- Owner: wichopy
- Created: 2017-02-20T13:21:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T02:15:54.000Z (over 9 years ago)
- Last Synced: 2025-01-22T01:46:48.743Z (over 1 year ago)
- Language: JavaScript
- Size: 5.47 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Tweeter Project
A simple single-page AJAX-based Twitter clone that uses jQuery, HTML5 and plain ol' CSS3 to help web bootcamp students get comfortable with their front-end chops with those technologies.
## Technical Approach & Objectives
This project is starter (incomplete) code for students to fork and clone, located here.
The server is built with Node and Express and allows users to request and submit tweets via a JSON end-point. The server/express code should not require any change from the student.
Students must work with and implement the HTML, CSS and client-side JS to bring this project to life.
## Final Product
The end result should look and function like this:

## 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 run local`
4. Open the app on and make sure that it's loading.
## Dependencies & Troubleshooting
Dependencies:
- Express
- Node 5.10.x or above
**This project assumes that:**
- It is running in our Vagrant machine (and therefore...)
- It is Running with Node 5.10.x or above