/twitter-redesign

A Twitter replica application where signed-in users can create tweets about Africa and follow other users. They can also be able to like other tweets.

Primary LanguageRuby

AFRICA FACTS ZONE

A twitter clone for creating tweets and displaying other users for following. The current user can also be followed by other users and his/her profile showing the names of users following them. The number of tweets one makes is also displayed in the user profile.

Screenshot

Rails Capstone

Built With

  • HTML
  • ERB
  • SCSS
  • Ruby
  • JavaScript
  • CSS
  • Bootstrap
  • SQL

Live Demo

Live Demo Link

Prerequisites

  • Text Editor (VSCode is suggested.)
  • Ruby
  • Rails
  • Bundler
  • Yarn
  • SQL

Getting started

  • Clone the repo https://github.com/ZawadiSumba66/twitter-redesign.git
  • cd into the twitter-redesign
  • Run git checkout -b twitter-branch
  • Run git pull origin twitter-branch
  • Run bundle install
  • Run rails db:migrate to get the schema
  • Start the rails server by running rails s

Features

Signing up and signing in

  • A user can sign up with there username and fullname and sign in with their username only

Creating a tweet

  • A signed in user can create a tweet and save it
  • A user can also like a tweet

Followings

  • A user can follow other users and and can also be folowed back

Run tests

  rpsec --format documentation

Author

👤 Rose Sumba

🤝 Contributing

Contributions, issues and feature requests are welcome! 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 branch of the original project for a review

Show your support

Give a ⭐️ if you like this project!

📝 License

© 2021 Rose

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE