An open API service indexing awesome lists of open source software.

https://github.com/risingstack/colorblinder

An example React-Native game for the series "Learning React-Native as a React developer: a definitive guide".
https://github.com/risingstack/colorblinder

Last synced: 3 months ago
JSON representation

An example React-Native game for the series "Learning React-Native as a React developer: a definitive guide".

Awesome Lists containing this project

README

          

# colorblinder
An example React-Native game for the series "Learning React-Native as a React developer: a definitive guide".

## Getting Started

This project is a demo app for the RisingStack blog series "Dart and Flutter crash course for JS developers".

Read the series here 👇

- [Part I: Getting Started with React Native](https://blog.risingstack.com/a-definitive-react-native-guide-for-react-developers/) - intro, key concepts & setting up our developer environment
- [Part II: Building our Home Screen](https://blog.risingstack.com/a-definitive-react-native-guide-for-react-developers-part-2/) - splitting index.js & styles.js, creating the app header, and so on..
- [Part III: Creating the Main Game Logic + Grid](https://blog.risingstack.com/a-definitive-react-native-guide-for-react-developers-part-3/) - creating multiple screens, type checking with prop-types, generating our flex grid
- [Part IV: Bottom Bar & Responsible Layout](https://blog.risingstack.com/a-definitive-react-native-guide-for-react-developers-part-4/) - also, making our game pausable and adding a way to lose!
- [Part V: Sound and Animation](https://blog.risingstack.com/react-native-tutorial-animation-and-sound/) + persisting data with React-Native AsyncStorage
- [Part VI: Testing, Responsive Design, ESLint](https://blog.risingstack.com/react-native-expo-unit-testing-jest/) - and finishing the project.