A simple twitter clone. This is a work in progress repository for study purposses. The objective is to create a back end and an app that simulates twitter behaviour.
- React Native
- Typescript
- Styled components
- Storybooks
- Jest/React native testing library
To run: make sure you have react native set up properly in your computer. Instructions here.
Navigate to app
and run yarn
to download and install the dependencies.
To run the app, yarn start
to start the bundler, open
an emulator or plug a device and run yarn android
or yarn ios
depending on
your platform(ios is not being tested).
Run yarn test
to for the unit tests.
Coming soon
This project is licensed under the MIT License - see the LICENSE file for details.