Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

Simple Web application that go through a provided range of numbers and shows a given word for each one.

Awesome Lists containing this project

README

        


Numbers-Words


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)