Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sendistephen/shopping-basket-fronted
This is a shopping basket client application that consumes the shopping basket api
https://github.com/sendistephen/shopping-basket-fronted
enzyme fetch-api jest netlify reactjs
Last synced: 10 days ago
JSON representation
This is a shopping basket client application that consumes the shopping basket api
- Host: GitHub
- URL: https://github.com/sendistephen/shopping-basket-fronted
- Owner: sendistephen
- Created: 2019-07-06T06:57:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T08:09:03.000Z (over 3 years ago)
- Last Synced: 2023-03-06T01:23:01.922Z (almost 2 years ago)
- Topics: enzyme, fetch-api, jest, netlify, reactjs
- Language: JavaScript
- Homepage: https://shopping-basket-fronted-gb5m8fd5d-sendistephen.vercel.app
- Size: 2.06 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/sendistephen/shopping-basket-fronted.svg?branch=develop)](https://travis-ci.com/sendistephen/shopping-basket-fronted)
[![Coverage Status](https://coveralls.io/repos/github/sendistephen/shopping-basket-fronted/badge.svg?branch=develop)](https://coveralls.io/github/sendistephen/shopping-basket-fronted?branch=develop)# Shopping Basket App Fronted(React)
This is a shopping basket web application built with react. It allows users to manage their shopping lists.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.