Furkankaplann / LenaMaestrocr

For the Lena Case test App.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LenaMaestrocr

React Native Blog Application

  • This project is a React Native mobile application that lists and displays the blog posts of maestrocr.com product.

Project Purpose

  • This project aims to provide users with the opportunity to read and view the details of blog posts on maestrocr.com. It also aims to enhance your development skills by utilizing technologies such as React Native, Stack Navigation, Context API, and Fetch API.

Features

  • Display a list of blog posts
  • Refresh the posts on the list page using the pull-to-refresh feature
  • Implement infinite scroll for pagination on the list page
  • View details of a blog post

Installation

Clone this repository to your local machine. Go to the project folder: cd LenaMaestrocr Run the following command to install the necessary dependencies:

for android

npm install
npx react-native run-android

for ios

  npm install
  cd ios && pod install && cd ..
  npx react-native run-ios

Used Technologies

  • React Native
  • Stack Navigation
  • Context API
  • Fetch API

Visual Representation

About

For the Lena Case test App.


Languages

Language:Java 38.6%Language:JavaScript 20.0%Language:C++ 17.6%Language:Objective-C++ 9.2%Language:Objective-C 6.0%Language:Makefile 3.9%Language:Ruby 3.2%Language:Starlark 1.5%