An open API service indexing awesome lists of open source software.

https://github.com/fene-87/twitter-clone

A twitter clone built using Ruby on Rails and PostgreSQL. I attempt to implement all basic features present in the Twitter-X application.
https://github.com/fene-87/twitter-clone

devise postgresql rspec-rails ruby-on-rails

Last synced: 7 months ago
JSON representation

A twitter clone built using Ruby on Rails and PostgreSQL. I attempt to implement all basic features present in the Twitter-X application.

Awesome Lists containing this project

README

          

# Twitter Clone
# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo](#live-demo)
- [🎬 Video Description](#video-demo)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Twitter-X

**Twitter-X-Clone** is a ruby on rails web application whereby I attempt to implement all basic features present in the Twitter application from creating a post, to commenting and liking tweets.

## 🛠 Built With

### Tech Stack

### Key Features

- **[Authenticated signup/signin]**
- **[Add new tweet]**
- **[Comment on a tweet]**
- **[Like a tweet]**

(back to top)

(back to top)

## 🚀 Video Description

Click on the link to view the video description.

- [Coming soon]()

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- Ruby
- Rails

### SetUp

Clone this Repository to your desired folder:

``` sh
cd my-folder
git clone https://github.com/Fene-87/twitter-clone.git
```
### Install
Install this project with:

``` sh
bundle install
```

### Usage
To run the project, execute the following command:
``` sh
rails s
```

(back to top)

## 👥 Author
👤 **Mark Fenekayas**

- GitHub: [@Fene-87](https://github.com/Fene-87)
- LinkedIn: [@Mark Fenekayas](https://www.linkedin.com/in/mark-fenekayas/)

(back to top)

## 🔭 Future Features

- [ ] **[Retweet]**
- [ ] **[Follow users]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project consider giving it a star ⭐️.

(back to top)

## 🙏 Acknowledgments

I would like to acknowledge the official twitter-x as this is a simple clone of the application.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)