Coder Social home page Coder Social logo

number-plates's People

Contributors

maklad42 avatar

Watchers

 avatar  avatar

number-plates's Issues

Mobile layout

For mobile devices, add css to stack the blocks of each 1,000 numbers on top of each other.
Can possibly be combined with #1

Mouseover effect for numbers

Add code to display a pop up when a number's pane is hovered over.
The pane should show the number, whether it is input (found) yet, or not.

Add animation to added number

When a number is added to the database, add a css animation to make the cell expand and change color briefly when the page is reloaded.

This can probably be achieved with a class ("new") etc added, and then used to target the cell with js or possibly just css.

Add History file

Create a history.json file to store info on when the number was added, and when it is duplicated.

Add text parser

Add a text parsing script to read a list of spotted numbers from a text file and add them to the database.

Log the entries by date. Also, include duplicates.

Apply grid css to the number matrix

Style the matrix so that it expands and contracts with the viewport size.

Set row and columns to 10, with align-items as stretch. Gap of 2px.

Add message area

Add a message area to return the result of an input number plate.

Show green message for successful addition of new number plate.
Show red message for duplicate number plate.

Add submit button

Add a submit button to the input form.
Create the POST script to add the new number to the list and return a message

  • Added xxxx to the database
  • xxxx already in the database

Add speech recognition

Enable speech input for the plate numbers.
Also want to have the form submitted by a voice command.

Add pagination to the matrix

Get the first 1,000 entries from the list and display them.
Create pagination tab to load another 1,000 at a time.

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.