Simple app for ios only for creating and reading post.
A short description of the motivation behind the creation and maintenance of the project. This should explain why the project exists.
If you're using any code style like xo, standard etc. That will help others while contributing to your project. Ex. -
Built with
App store data in Firebase. It`s simple to use in development and fast for read/write data
Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.
Clone repo cd project install all dependencies and write to terminal npm run ios or yarn ios
Depending on the size of the project, if it is small and simple enough the reference docs can be added to the README. For medium size to larger projects it is important to at least provide a link to where the API reference docs live.
Describe and show how to run the tests with code examples.