This project was bootstrapped with Create React App.

"Reactive Core Architecture"

As this project has a web app and a native app that has the same business rule, I will use the concept of "Reactive Core Architecture". This way we will be able to share all the code "Redux" between the platforms. For more information see the original post.

Libraries

Core

Native App

Quickstart

Clone the project:

git clone --recursive https://github.com/raivieiraadriano92/challenge-toodo-web.git

In the project directory, you can run:

yarn install

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.