evgomes / react-context-api

Sample React application that uses the React Context API to manage state.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Context API Example

Sample project created with intent of showing how to use the React Context API to handle state management in React applications.

Application running

How to test

First, you have to install Node.js in its latest stable version (LTS).

If you have Node installed, open the project directory and run the following commands, in sequence:

npm install
node run start

Then navigate to http://localhost:3000/ to see the project running.

About

Sample React application that uses the React Context API to manage state.


Languages

Language:JavaScript 79.8%Language:CSS 16.9%Language:HTML 3.3%