Skip to content

Single-page application (SPA) for a grocery store, built with React to demonstrate various features of Frontend development. It is comprehensive yet straightforward.

Notifications You must be signed in to change notification settings

Eu-Bitwise/super-fresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Super Fresh is single-page application (SPA) that showcases a green grocery store and its fresh products. It is Built to demonstrate various feature with React.

This application is the front-end part of the app, which makes API calls to a separate back-end component residing in its own repository Here . This design completely separates the front-end from the back-end, making it suitable for large company-sized teams.

Also provides a prettier and ESLint configuration to help you adhere to best coding practices. Be sure to add these extensions to your IDE for optimal results.

Installation

  1. Install the project dependencies npm install
  2. Run the app npm start
  3. Go to http://localhost:3000

Unit testing

Run a few unit test with Jest npm test or see the tests coverage with npm test -- --coverage

About

Single-page application (SPA) for a grocery store, built with React to demonstrate various features of Frontend development. It is comprehensive yet straightforward.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published