Skip to content

PhillipeAlves/wine_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

About

This is a a small ReactJS application that allows a user to search for a wine, then display its details. It retrieves data from a REST API built as part of this project.

It features a live search system based on the informations fetched asynchronous from the API. When an item from the list is clicked/tapped, navigate to a view showing the basic details of a wine, as well as allowing the user to see the Year, Variety, Region and Year + Variety breakdown.

The data is stored using Redux Store.


For a live demo:

Frontend: Wine Search App / github

Backend(API): Wine API / github


Instructions

// clone repo

$ git clone https://github.com/PhillipeAlves/wine_api.git

// move into the directory

$ cd wine_api

// install dependencies

$ npm install

// start the server

$ npm run start (production)

// builds app for production

$ npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published