eldrego / tasklist

A simple react native application with simple and somewhat complex UIs. Animations also exist for some parts of the UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasklist

A simple react native application with simple and somewhat complex UIs. Animations also exist for some parts of the UI.

Prerequisites

Follow the instructions with building mobile applications with native code

  • Ensure that you install all relevant dependencies
  • Node

Installing

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.

Running the tests

For test, run npm run test

Built With

Contributing

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:

  1. Fork this repository
  2. Create your feature branch git checkout -b new-feature
  3. Commit your changes git commit -am 'This new feature'
  4. Push to the branch git push origin new-feature
  5. Create a new Pull Request against the default branch
  6. Wait for a review and the eventual response

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc

About

A simple react native application with simple and somewhat complex UIs. Animations also exist for some parts of the UI.

License:MIT License


Languages

Language:JavaScript 62.2%Language:Objective-C 22.1%Language:Python 8.7%Language:Java 7.1%