Skip to content
/ tweeter Public template
forked from lighthouse-labs/tweeter

A twitter clone project, to gain front-end dev chops.

Notifications You must be signed in to change notification settings

IrinaGM/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A twitter clone project, to gain front-end dev chops.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.9%
  • CSS 20.3%
  • HTML 17.8%