Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrbooi/pricingplan
https://github.com/mrbooi/pricingplan
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrbooi/pricingplan
- Owner: MrBooi
- Created: 2020-05-04T18:51:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T19:56:33.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T04:03:19.692Z (over 1 year ago)
- Language: JavaScript
- Size: 7.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PricingPlan
You work for a company that has decided to introduce new pricing plans (Bronze, Silver, and Gold). The UI designer has come up with the new designs for the pricing plans page, however the APIs for the new plans is not ready. As a frontend developer, build a one page application that allows a user to subscribe to one of the new plans (borrow from any pricing plans design) whilst mocking the expected response from the API.
## How to run the project:
'git clone https://github.com/MrBooi/PricingPlan/'
`npm install `
`cd to PricingPlan`
`npm run start`