Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/webmekanic/botict

An Application that go through numbers from 1 to 100
https://github.com/webmekanic/botict

css design javascript meteorjs programming reactjs

Last synced: about 2 months ago
JSON representation

An Application that go through numbers from 1 to 100

Awesome Lists containing this project

README

        

# Robotict
An Application that go through numbers from 1 to 100

Robotict-image

- [Live Demo](https://myrobotict.meteorapp.com/)


## Table of contents 📜

- [Overview](#overview)
- [The exercise](#theexercise)
- [About the app built](#aboutheapp)
- [How to run the project](#howtoruntheproject)
- [Built with](#builtwith)

## Overview
### The exercise 🎯
The exercise was to write an application that go through numbers from 1 to 100. The application should consist of a single page(multiple page are optional if your design
requires them) containing a list (table, plain text, etc) of words:

- ✔️ "Robot" if the number is divisible by 3
- ✔️ "ICT" if the number is divisible by 5
- ✔️ "RobotICT" if the number is divisible by 3 and 5

### About the app built
The application was designed and built following the model of a software development lifecycle which consist of Requirement analysis, Design, Development, Implementation
and Documentation.

- The application consists of a number input, a button, and a list/table that shows the result when the button is clicked.
- Errors such as a null value was handled as to make it easier for the end user to use the application correctly.

## 🛠️ How to run the project
On your platform, use this line:

```shell
npm install -g meteor
```
☄️ Run it:
```shell
meteor
```

## Built with
- Meteor JS
- React
- Figma
- Javascript
- CSS