Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New PR #96

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,28 @@ Tweeter is a simple, single-page Twitter clone.

This repository is the starter code for the project: Students will fork and clone this repository, then build upon it to practice their HTML, CSS, JS, jQuery and AJAX front-end skills, and their Node, Express and MongoDB back-end skills.

## Screenshots

!["Screenshot of tweet compose box and tweets for mobile"](https://github.com/tonyloba/tweeter/blob/master/docs/Screen%20Shot%202021-10-07%20at%2010.51.35%20PM.png)
!["Screenshot of tweet in action"](https://github.com/tonyloba/tweeter/blob/master/docs/Screen%20Shot%202021-10-07%20at%2010.53.11%20PM.png)
!["Screenshot of tweet in action"](https://github.com/tonyloba/tweeter/blob/master/docs/Screen%20Shot%202021-10-07%20at%2010.54.08%20PM.png)
!["Screenshot of tweet in action"](https://github.com/tonyloba/tweeter/blob/master/docs/Screen%20Shot%202021-10-07%20at%2010.54.55%20PM.png)
!["Screenshot of tweet compose box and tweets for desktop"](https://github.com/tonyloba/tweeter/blob/master/docs/Screen%20Shot%202021-10-07%20at%2010.56.28%20PM.png)


## 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.
3. Instal nodemon locally using the `npm install nodemon`
4. Start the web server using the `npm start` 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
- timeago.js
- body-parser
- chance
- md5
Binary file added docs/Screen Shot 2021-10-07 at 10.51.35 PM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Screen Shot 2021-10-07 at 10.53.11 PM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Screen Shot 2021-10-07 at 10.54.08 PM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Screen Shot 2021-10-07 at 10.54.55 PM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Screen Shot 2021-10-07 at 10.56.28 PM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading