• Stars
    star
    3
  • Rank 3,859,389 (Top 79 %)
  • Language
    JavaScript
  • License
    GNU General Publi...
  • Created almost 4 years ago
  • Updated almost 3 years ago

Reviews

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

Repository Details

A single platform to help the farmer meet the right and profitable vendor as well as the vendor meeting the right farmer with quality produce

More Repositories

1

hospital-mgt

This project focusses on hospital services management with more emphasis on the patients records as worked on by
PHP
23
star
2

Hospital-Management-System

A simple hospital management system with major emphasis on patient records.
PHP
10
star
3

Hosp

A hospital Management system.
PHP
2
star
4

Testing

Doing Open source tests using jest.
JavaScript
2
star
5

Banking

A simple banking app that can help manage branches, customer details at respective branches and other operations.
1
star
6

TasksHandler

This is a simple C# (Sharp) program to enable the supermarket attendant record the day's tasks.
1
star
7

Attendees

A simple Python app to keep track of a workshop attendees. You set the maximum number of attendees and the minimum age required to attend
Jupyter Notebook
1
star
8

ArrayList

A simple program that demonstrates the usage of array lists
Java
1
star
9

Plain-Ecom

A simple e commerce website .
HTML
1
star
10

Stack--Demo

A demonstration of the common operations on a stack ADT. Some of the operations are push(), pop(), size()
Python
1
star
11

Simple-Vote

A simple js voting system
HTML
1
star
12

JuicePOS

A simple C# program to manage activities in small juice selling company. The program is emulating different users that are found in the company.
C#
1
star
13

StackOverQns

A simple python script to get you un answered questions from stackoverflow.com. simply run the script by python stackapi.py. You will get all the running questions and pick out the ones you want to answer
Python
1
star
14

Password-Strength

This Simple app awards a strengrh score to a password before saving it alonside the UserName. A password with a score of 5 has the highest score and it is stored. The rules of the game are as follows. #Challenge: Password strength Determiner in Python. #Password ==> Minimum of 8 characters. score = 1 #==> Must have at least an uppercase and atleast a lower case. score = 2 #==> Must have atleast a non alpha numerical character(!,.#@$%^&*()). Score of 1 #==> Must contain atleast a number. score = 1 #The password is only saved if it has a score of 5 #Create a username and assign a username to the password. #Create an external csv file where the username and the password will be stored. #Enable the program user to edit a password, given the right or existing user in our file. #Enable the program user to display all the existing usernames with their passwords. Open contributions are welcome.
Jupyter Notebook
1
star