Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acushlakoncept/twitter-clone
In this project I followed along Andy Leverenz’s brilliant Building a Twitter Clone screen casts to build a light weight version of Twitter in other to get lot of healthy experience using Devise in the process.
https://github.com/acushlakoncept/twitter-clone
ruby ruby-gems ruby-on-rails twitter twitter-clone
Last synced: 4 days ago
JSON representation
In this project I followed along Andy Leverenz’s brilliant Building a Twitter Clone screen casts to build a light weight version of Twitter in other to get lot of healthy experience using Devise in the process.
- Host: GitHub
- URL: https://github.com/acushlakoncept/twitter-clone
- Owner: acushlakoncept
- Created: 2020-07-30T13:39:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T20:15:15.000Z (almost 2 years ago)
- Last Synced: 2023-08-20T11:14:19.300Z (about 1 year ago)
- Topics: ruby, ruby-gems, ruby-on-rails, twitter, twitter-clone
- Language: Ruby
- Homepage: https://twitarclone.herokuapp.com/
- Size: 4.29 MB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter App Clone
In this project I followed along [Andy Leverenz’s brilliant Building a Twitter Clone screen casts](https://youtu.be/5gUysPm64a4) to build a light weight version of Twitter in other to get lot of healthy experience using Devise in the process.
I totally revamped the UI, modelling it to the current interface of Twitter instead of the 2017 version he was using in the video. I used bootstrap while he used Bulma, since I was alot familiar with bootstrap.
I also implemented the Flash messages using Toastr instead of the built in flash.
[Live Demo](https://twitarclone.herokuapp.com/)
![screenshot](./twitter_clone.gif)
## Built With
- Ruby on Rails
- Ruby
- Bootstrap# Getting Started
To get a local copy of the repository please run the following commands on your terminal:
```
$ cd
```~~~bash
$ git clone https://github.com/acushlakoncept/twitter-clone.git
$ cd twitter-clone
$ bundle install
$ yarn install --check-files
~~~# Author
👤 **Uduak Essien**
- Github: [@acushlakoncept](https://github.com/acushlakoncept/)
- Twitter: [@acushlakoncept](https://twitter.com/acushlakoncept)
- Linkedin: [acushlakoncept](https://www.linkedin.com/in/acushlakoncept/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- The Odin Project
- Project inspired by Microverse Program