Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.92 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.92 KB

Tweeter Project

Tweeter is a simple, single-page Twitter clone.

Description

This project was developed as part of Lighthouse Labs Web Development course and showscase practice with:

  • HTML, CSS, JS, jQuery and AJAX front-end skills.
  • Node and Express back-end skills.

Final Product

Demo

Dependencies

Getting Started

  1. On GitHub.com, navigate to the IrinaGM/tweeter repository.
  2. In the top-right corner of the page, click Fork and Create fork
  3. On GitHub.com, navigate to your fork of the TinyApp repository.
  4. Above the list of files, click Code.
  5. Copy the URL for the repository
  • To clone the repository using HTTPS, under "HTTPS", click on the copy button.
  • To clone the repository using an SSH key, including a certificate issued by your organization's SSH certificate authority, click SSH, then click on the copy button.
  • To clone a repository using GitHub CLI, click GitHub CLI, then click on the copy button.
  1. Open Terminal.
  2. Change the current working directory to the location where you want the cloned directory.
  3. Type git clone, and then paste the URL you copied earlier. It will look like this, with your GitHub username instead of YOUR-USERNAME:
$ git clone https://github.com/YOUR-USERNAME/tweeter
  1. Press Enter. Your local clone will be created.

Usage

  1. Install dependencies:
npm install
  1. Start the application:
npm run local
  1. Navigate to http://localhost:8080/ in your browser.

License

MIT License

Copyright (c) 2023 IrinaGM