Skip to content

sharvy/twitter

Repository files navigation

TWITTER CLONE

Yet another Twitter Clone!

Tech

Backend: Rails 6
Frontend UI Components: React 17
Styling: Bootstrap 5
Realtime feature using: ActionCable
RelationalDB: PostgreSQL
Frontend data store using: React Hooks and Context API
Test Frameworks and driver: RSpec, Capybara, Cuprite

Getting Started

git clone git@github.com:sharvy/twitter.git
cd twitter
bin/setup
rails s

Open localhost:3000 in web browser

TEST USER email: john@doe.com password: 123456

Run Tests

rspec

Fragments (PRs)

Test Coverage

448 / 459 LOC (97.6%) covered