GithubHelp home page GithubHelp logo

tokimon_app's Introduction

Introduction of the project

This project is about Tokimon!!! A Tokimon is a special creature living in Korea. Tokimons have different shapes and sizes. Also, they have special abilities including fly, fight, fire, spray water, electrify and freeze others. We use integer from 0 to 100 to measure their ability. Tokimon trainers are a special group of people who can control and train their Tokimons. Their main job is to catch Tokimons and train them properly in order to increase their abilities. In this project, we are going to write an application to keep track of the Tokimons and their trainers.
Database: A database migration is created to collect information about a series of Tokimons. The attributes for the Tokimon are name, weight, height, fly, fight, fire, water, electric, frozen (or ice), and total (the sum of their abilities). Another database migration is created to collect information about trainers. The attributes for trainers are name and level (depended on the number of Tokimons collected โ€“ every three Tokimons gets a level up). Trainers can have more than one Tokimons but a Tokimon can only belong to one trainer.

Features:

1.Attributes for the trainers:

  • Age: You should enter the trainer's name, but the length is less than 50 characters
  • Height: Measured in cm, with maximum 3 number limit
  • Weight: Measured in Pounds, with maximum 3 number limit
  • Level: The level of the trainer is based on the number of Tokimons he/she has - every three get a level up
  • Address
  • Email: The email which the trainer input should be in the correct email format. Such as [email protected]

2.Attributes for the tokimons:

  • Weight: Measured in Pounds, with maximum 3 number limit
  • Height: Measured in cm, with maximum 3 number limit
  • Fly,Fight,Fire,Water,Electric,Ice : The ability of the Tokimons, with an integer between 0 and 100
  • Total: The sum of the abilities of the Tokimon

3.Bar chart

  • For displaying the data clearly, I add a bar chart for the trainer's level and add a bar chart for all tokimons' total abilities

4.Message prompt

  • When you create, edit, or delete a trainer or a Tokimon, a message will pop up.
  • If the value of the ability is out of the range (0,100), an error message will pop up.

5.Animation

  • Home page has an animation with the link.
Lydia Zheng

tokimon_app's People

Contributors

betty920huang avatar lydiazheng avatar willzhu0318 avatar zhwtf avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.