• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    PHP
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A PHP (Laravel Framework) based Stock Inventory application for Dumofield Egg Farm.

More Repositories

1

Passport-MRZ-Scanner-Using-Google-Cloud-Vision-OCR-API

An Express.js app that takes in a picture of a digital passport, scans the text on the passport using Google Cloud Vision OCR API and recognizes the Machine Readable Zone (MRZ) of the passport, then decodes the MRZ to get the passport owner's details.
JavaScript
7
star
2

COVID-19-Stat-Tracker

A web app that populates the current covid-19 statistics for any country by making a call to the COVID-19 Coronavirus Statistics API by Andrew Kish (Kishcom) which uses data compiled by Johns Hopkins University.
HTML
4
star
3

Football-Trivia-App

A simple football trivia app built with HTML, CSS, and Javascript.
JavaScript
3
star
4

Movie-Info-App

This is a web app in which you can search a movie title and get all details about it.
JavaScript
3
star
5

NodeJS-Weather-App

A NodeJS based weather app for obtaining the temperatures of different cities worldwide.
JavaScript
3
star
6

Optical-Character-Recognition-App

This app makes use of the OCR.SPACE API to recognize any text in an uploaded image and returns the text in a text area on the same page.
JavaScript
3
star
7

excel2sql

Custom made app for importing excel spreadsheet data into database and easing querying and report generating
JavaScript
1
star
8

CSV2JSON

An express API endpoint route [HTTP POST] that accepts the following payload { "csv":{ "url": "https://linktocsv", "select_fields": ["First Name", "Last Name", "Age"], } } and does the following: 1. Ensures the URL contains a valid CSV 2. Converts the CSV to a JSON array 3. Ensures the JSON array contains the fields specified in the "select_fields" parameter
JavaScript
1
star