![React Native](https://camo.githubusercontent.com/419975e8b7369d292e1d058b2ed4791f75def747d1ee2c6058586ae466a6d4a7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f52656163742532304e61746976652d76302e35372e382d626c75652e737667)
This is a Community for all English learners around the world!
- Users can choose any English topics to create a paragraph
- There are lots of English questions in each Topis for users to make their own answers
- English learners can see the answers of other learners as well to have a look to their answers and create something for their own
- Users can import their own new words in each Topics. All new words will be tracked by How many times learners use it.
- Update more features in the future
- Clone this repo,
git clone https://github.com/lunvjp/English-Chat-App.git
- Go to project's root directory,
cd <your project name>
- Run
yarn
or npm install
to install dependencies
- Connect a mobile device to your development machine
- Run the test application:
- On Android:
- Run
react-native run-android
- On iOS:
- Open
react-native run-ios
- Enjoy!!!
Login Screen |
List Topic Screen |
![](https://raw.githubusercontent.com/lunvjp/English-Chat-App/master/readme_images/login.png) |
![](https://raw.githubusercontent.com/lunvjp/English-Chat-App/master/readme_images/list_topic.png) |
List Question Screen |
List Answers Screen |
![](https://raw.githubusercontent.com/lunvjp/English-Chat-App/master/readme_images/list_question.png) |
![](https://raw.githubusercontent.com/lunvjp/English-Chat-App/master/readme_images/list_answers_from_all_english_learners_in_1_topic.png) |
List New words Screen |
Writing about Topic Screen |
![](https://raw.githubusercontent.com/lunvjp/English-Chat-App/master/readme_images/list_new_words_in_a_topic.png) |
![](https://raw.githubusercontent.com/lunvjp/English-Chat-App/master/readme_images/writing.png) |
List Practice English Friends Screen |
User Screen |
![](https://raw.githubusercontent.com/lunvjp/English-Chat-App/master/readme_images/static_list_friends.png) |
![](https://raw.githubusercontent.com/lunvjp/English-Chat-App/master/readme_images/user_profile.png) |
PRs are welcome.