Skip to content

Commit

Permalink
editing README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Haoyan Yu authored and Haoyan Yu committed Sep 28, 2021
1 parent dcd8a01 commit 2cbd8c1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,23 @@

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.
Built upon the starter code, I used HTML, CSS, JS, jQuery and AJAX front-end skills, as well as Node, Express and MongoDB back-end skills to visualize the page and add functions to the mini-tweeter page.

## 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.
1. Go to [Tweeter](https://github.com/yuhaoyann/tweeter), fork and clone the repo to local.
2. Cd into the repository and install all dependencies (using the `npm install` command).
3. Set up server by `npm run local` command in terminal.
4. In web browser (Chrome preferred) open [this page](http://localhost:8080/urls)

## Final Product

!["main page"](https://github.com/yuhaoyann/tinyapp/blob/master/docs/urls-page.png)
!["edit page"](https://github.com/yuhaoyann/tinyapp/blob/master/docs/urls-edit.png)

## Dependencies

- Express
- Node 5.10.x or above
- body-parser
- chance
- express
- md5
Binary file added docs/tweet-long.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/tweeter-narrow.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/tweeter-wide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2cbd8c1

Please sign in to comment.