Skip to content

A very basic twitter clone app, built using RubyOnRails. A user can signup and login also user can post, edit, and delete a tweet.

Notifications You must be signed in to change notification settings

alishabab/basic-twitter

Repository files navigation

hire-badge Twitter Follow

Basic Twitter Clone

In this project, I tried to clone the basic functionality of twitter.com. You can sign up, sign in and post a tweet.

Homepage without logging in screenshot

User's profile page after loggin in screenshot

Built With

  • Ruby 2.6.5 and Rails 5.2.4.2
  • Bulma for layout
  • Devise for authentication

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running follow these steps:

Prerequisites

  • Ruby and git should be installed on local machine

Usage

  • Fork/Clone this project to your local machine
  • Open folder in your local enviroment and run thes lines of code to get started:
cd basic-twitter
bundle install
rails db:migrate
rails s

Potential future updates

  • App can be easily extended to add the functionality to follow a user
  • Upload profile cover and pic
  • Notifications on recieving follow request

Author

👤 Shabab Ali

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page

Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development(or master if not available) branch of the original project for a review

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed

About

A very basic twitter clone app, built using RubyOnRails. A user can signup and login also user can post, edit, and delete a tweet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published