Skip to content

enriqueviard/to-do-list

Repository files navigation

ToDoList example React Native Project

This project is based on a demonstration of a simple app developed in react native. No navigation, only one screen. It use:

  • React Native CLI for project setup
  • ESLint & Prettier to improve code quality & code format
  • Redux for State management.
  • Jest & React Native Testing Library for testing.

Steps to run the project

  • Clone de repo
  • run 'npm install'
  • run 'cd ios && pod install' (IOS Only)
  • run 'react-native start' to start the Metro Bundler
  • run 'react-native run-ios' or 'react-native run-android'

Tests

  • Run: npm test

About

ToDoList Example App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published