Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertene1994/numbers-words-react
Simple Web application that go through a provided range of numbers and shows a given word for each one.
https://github.com/robertene1994/numbers-words-react
meteor nodejs react react-bootstrap react-hook-form
Last synced: 13 days ago
JSON representation
Simple Web application that go through a provided range of numbers and shows a given word for each one.
- Host: GitHub
- URL: https://github.com/robertene1994/numbers-words-react
- Owner: robertene1994
- License: mit
- Created: 2022-10-23T14:34:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T14:34:05.000Z (about 2 years ago)
- Last Synced: 2024-10-17T08:03:29.341Z (29 days ago)
- Topics: meteor, nodejs, react, react-bootstrap, react-hook-form
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Numbers-Words
### This project is a simple Web application built with [Meteor](https://www.meteor.com), [React](https://reactjs.org) and [React Bootstrap](https://react-bootstrap.netlify.app). The application go though a provided range of numbers and shows for each one as follows: Robot (is divisble by 3), ICT (is divisible by 5), RobotICT (is divisible by 3 and 5) and the number for all other cases.
## Installation 🔧
To install this application you can use [npm](https://www.npmjs.com), the [Node](https://nodejs.org)'s package manager.
```bash
npm install --save
```## Scripts 📜
### `npm start / meteor`
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.
## License 🔑
[![MIT](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](LICENSE)