Skip to content

A Responsive Web UI that lists all the Beer brands available in the shop.

Notifications You must be signed in to change notification settings

CHETAN-A/BeerStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beer Store

A Responsive Web UI that lists all the Beer brands available in the shop.

To run development Version:

Move into the Main folder in the BeerStore/ And run following commands

    npm install
    npm start

To run production Version:

Move into the Main folder in the BeerStore/ And run following commands

    npm install serve
    serve -s build -l <port-no>
    # Example.
    serve -s build -l 80

Technology Stack:

ReactJS, HTML, CSS, JS

React Third Party Library Used:

Axios

List of Screens

  1. HomePage

HomePage

Displays List of 20 Beer Brands per page with their description(name, style, alcohol level, ounces)
Pagination is enabled to support quick access to first, previous, next and last page.
Search is enabled per page basis on the brand name.

Public Hosted Link

https://chetan-rebel.netlify.app/

About

A Responsive Web UI that lists all the Beer brands available in the shop.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published