A simple react native application with simple and somewhat complex UIs. Animations also exist for some parts of the UI.
Follow the instructions with building mobile applications with native code
- Ensure that you install all relevant dependencies
- Node
Clone this repo using git clone git@github.com:eldrego/tasklist.git
Move to the appropriate directory cd tasklist
Run npm install
in order to install all dependencies
Now you are ready to roll.
For test, run npm run test
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method before making a change.
Maintaining good code quality is a never-ending effort. We adopt Airbnb style guide for all the Javascript based components
To contribute to this work:
- Fork this repository
- Create your feature branch git checkout -b new-feature
- Commit your changes git commit -am 'This new feature'
- Push to the branch git push origin new-feature
- Create a new Pull Request against the default branch
- Wait for a review and the eventual response
- Initial work - Mark Edomwande
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc