Skip to content

A simple Ecommerce project developed in React Native, using ContextAPI, AsyncStorage and a Web API (fake API) for data persistence

Notifications You must be signed in to change notification settings

marcusvramos/react-native-contextapi

Repository files navigation

ℹ️ About the Project - AluraCommerce

AluraCommerce is an application made in React Native that simulates an e-commerce. The main focus of the project was the study of React's Contexts API's, to see the advantage of having global states in the application. Also used is AsyncStorage and a Web API (Fake API) to have data persistence.

📖 Project developed during the React Native Course: using the Context API - Alura

🚀 Technologies

This project was developed using:

  • React Native
  • Expo
  • JavaScript

✅ How to use

In the terminal, type the following commands:

Install Dependencies, Run Application and API

# Install the dependencies
$ npm install

Run Mobile

# Run in another terminal
$ expo start

Run the Web API

# Run in another terminal
$ json-server --watch --host <YOUR_IP> db.json

About

A simple Ecommerce project developed in React Native, using ContextAPI, AsyncStorage and a Web API (fake API) for data persistence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published