/BlogApp

Primary LanguageJavaScript

Blog App Project

This project was made using JSON Placeholder API.

Screens:

Login - This page manage users login;

Posts - This page shows users posts;

Posts View - This page shows a selected user post and the comments;

Albums - This page shows users albums;

Photos View - This page shows the photos of a selected album;

Profile - This page shows the current user profile.

How to run

  • Clone this repo;
  • In terminal run yarn install;
  • Run the available scripts above.

Available Scripts

In the project directory, you can run:

To run metro server

yarn start

To install Android debug App

yarn android

Blog App