Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aakashdeveloper/fizzbuzzapp
https://github.com/aakashdeveloper/fizzbuzzapp
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aakashdeveloper/fizzbuzzapp
- Owner: Aakashdeveloper
- License: mit
- Created: 2020-02-12T08:07:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:21:51.000Z (about 2 years ago)
- Last Synced: 2024-11-13T15:05:53.650Z (3 months ago)
- Language: JavaScript
- Size: 530 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
This is a fizzbuzz app.
# Application generte using my own npm package
> https://www.npmjs.com/package/@aakashdeveloper/create-node-app# Tech Stack
> NodeJs\
> Express\
> EJS# Complete Code is in ES6
# Code transpiled with Babel# Step to start
> npm i\
> npm start\
> localhost:7600# For test
> npm run test# HomeScreen(Valid Input)
![Image description](https://i.ibb.co/PjfG5nG/Screenshot-2020-02-12-at-8-12-26-AM.png)# HomeScreen(InValid Input)
![Image description](https://i.ibb.co/rmZCmZB/Screenshot-2020-02-12-at-8-12-37-AM.png)# Test Case
![Image description](https://i.ibb.co/x8wbMJ7/Screenshot-2020-02-12-at-8-12-57-AM.png)