mirror of
https://github.com/twisterarmy/twister-react.git
synced 2025-01-26 22:54:43 +00:00
40 lines
1.1 KiB
Markdown
Executable File
40 lines
1.1 KiB
Markdown
Executable File
# twister-react
|
|
A drop-in-replacement for [twister-html](https://github.com/miguelfreitas/twister-html) written in [React](https://facebook.github.io/react/) using [Bootstrap](http://getbootstrap.com/) with the [paper theme](https://bootswatch.com/paper/).
|
|
|
|
The main purpose of this project is to test the underlying Twister library [twister-lib-js](https://github.com/tschaul/twister-lib-js).
|
|
|
|
|
|
## Missing Features
|
|
|
|
* User Search
|
|
* Trending Hashtags
|
|
* Profile Editing
|
|
* Direct Messages
|
|
* Import/Create Account
|
|
|
|
## Screenshots
|
|
|
|
![Alt text](/screenshots/home.png?raw=true "Home")
|
|
|
|
The home screen with two click account switching.
|
|
|
|
![Alt text](/screenshots/post.png?raw=true "New Post Modal")
|
|
|
|
The new post modal
|
|
|
|
![Alt text](/screenshots/profile.png?raw=true "Profile")
|
|
|
|
The profile page on the posts tab
|
|
|
|
![Alt text](/screenshots/following.png?raw=true "Following")
|
|
|
|
The profile page on the following tab
|
|
|
|
![Alt text](/screenshots/mentions.png?raw=true "Mentions")
|
|
|
|
The profile page on the mentions tab
|
|
|
|
![Alt text](/screenshots/conversation.png?raw=true "Conversation")
|
|
|
|
The conversation page
|