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.
- HTML
- ERB
- SCSS
- Ruby
- JavaScript
- CSS
- Bootstrap
- SQL
- Text Editor (VSCode is suggested.)
- Ruby
- Rails
- Bundler
- Yarn
- SQL
- Clone the repo
https://github.com/ZawadiSumba66/twitter-redesign.git
cd
into thetwitter-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
- A user can sign up with there username and fullname and sign in with their username only
- A signed in user can create a tweet and save it
- A user can also like a tweet
- A user can follow other users and and can also be folowed back
rpsec --format documentation
👤 Rose Sumba
- GitHub: @ZawadiSumba66
- Twitter: @zawadirose1
- LinkedIn: rose-sumba
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
Give a ⭐️ if you like this project!
© 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