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.
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.
- Ruby on Rails
- Ruby
- Bootstrap
To get a local copy of the repository please run the following commands on your terminal:
$ cd <folder>
$ git clone https://github.com/acushlakoncept/twitter-clone.git
$ cd twitter-clone
$ bundle install
$ yarn install --check-files
👤 Uduak Essien
- Github: @acushlakoncept
- Twitter: @acushlakoncept
- Linkedin: acushlakoncept
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
- The Odin Project
- Project inspired by Microverse Program