Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/webmekanic/botict
- Owner: Webmekanic
- Created: 2022-08-29T11:54:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T12:41:53.000Z (over 2 years ago)
- Last Synced: 2024-10-31T03:42:23.614Z (3 months ago)
- Topics: css, design, javascript, meteorjs, programming, reactjs
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Robotict
An Application that go through numbers from 1 to 100- [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