Skip to content

rmorehig/scumm-bar-twitter

Repository files navigation

Scumm Bar Twitter

This app is inspired by a task I had to deliver for a technical interview. It's developed for learning purposes and simulates a Twitter like app.

Live demo

Tech Stack

Setup

  • Install dependencies:
yarn install
  • Running the app in local:
yarn start
  • Running tests:
yarn test
  • Running e2e tests:
yarn test:e2e

Todo

  • Refactor sass to styled components
  • Extract business logic outside of React
  • Add data persistence
  • More tests (some tests fail due to refactoring the app from vanillaJS)