Henryhaulka / TwitterApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Clone

This project is a Twitter clone app which was a project built for my learning. The app features some functionalities present on the original Twitter app/website.

Project features

  • Users can sign in or sign up
  • Users can register for Tweet
  • Users can can follow a registered user
  • Users can comment on a Tweet
  • Users can like on a Tweet
  • Users can reply a comment on a Tweet
  • Users can thumbs up a comment associated to a Tweet
  • Users can unthumbs up a comment associated to a Tweet

screenshot screenshot

Built With

  • ruby 2.7.2p137
  • Ruby on Rails v6.1.4

Live Demo

Live Demo Link

Getting Started

  • Clone the Repostisory
  • Navigate to the TwitterApp folder
  • Open your terminal and follow the setup instructions below

Prerequisites

  • ruby 2.7.2p137
  • Ruby on Rails v6.1.4
  • Postgres: v1.3'

Setup

Instal gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

    rspec --format documentation

Sometimes you can be asked to check files with yarn, so run this command:

    yarn install --check files 

Author

👤 HENRY ONU

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

About


Languages

Language:Ruby 64.2%Language:HTML 29.7%Language:JavaScript 2.4%Language:Batchfile 2.0%Language:SCSS 1.8%