• Stars
    star
    1
  • Language
  • Created about 5 years ago
  • Updated about 5 years ago

Reviews

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

Repository Details

ReactJs

More Repositories

1

react-armstrong-count

This is a ReactJS Library for implementing shedulers in React applications
JavaScript
2
star
2

reactNativeMockUP

TypeScript | React Native | Firebase
TypeScript
2
star
3

agric_io-mainRepoCodes

This is a prototype project on Agricultural System Management System
Vue
2
star
4

Python-circleci-test

Build | Test Python Scripts | CI/CD with Python
Python
1
star
5

pyIoT

python (Flask) | Arduino | IoT | Multivibrator
Python
1
star
6

Gmails-to-users-with-ReactJS-and-NodeJs-and-Express

Forms field with ReactJS | ExpressJS | NodeJS for the Backend
1
star
7

Humanoid_FUO_AI

FUO | College | AI | Humanoid
Jupyter Notebook
1
star
8

Transactional-Email-with-Firebase-and-ReacJs

Send a transactional from cloud firestore using ReactJs
1
star
9

Docker-Microservices

Docker build image | microservices
JavaScript
1
star
10

flutterwaveAPI-vue-ecommerce

Vue
1
star
11

Python-DJANGO-PULL-APP

This is a voting application built on the Python web Frame work DJANGO
Python
1
star
12

PET-APP-TYPESCRIPT-EXPRESSJS

TypeScript
1
star
13

PET-APP-REACT-UI

CSS
1
star
14

Simplifying-React-Redux

This is a repo containing the codes used in my article
JavaScript
1
star
15

rule-base-Express-NodeJS-Serve

learn
JavaScript
1
star
16

Vanilla-JS-Carousel-and-a-text-animation

Learning resource for the JS developers at DSC FUO Otueke chapter
HTML
1
star
17

Mflix-App-with-ReactJs-and-MongoDb

MongoDB for JavaScript Developers(Project)
1
star
18

Movie-App--MERN-

Movie app with MongoDB | NodeJs | Express | and ReactJS for the Front End
JavaScript
1
star
19

BOOTSTRAP-LandingPage

Landing page made purely with bootstrap and Jquery. CSS media query was added to make it responsive.
HTML
1
star
20

FaceRecognitionArmstrong

Face Recognition with ReactJs
1
star
21

BlogApp-with-ReactJS

Blog app with ReactJS
JavaScript
1
star
22

face-detection

Face Detection With Clarifai and ReactJs
1
star
23

Blog-App-With-ReactJs-and-Cloud-firestore

Fetch New with Fetch API. Create News/Stories to firebase using pure Javascript
1
star
24

Recursive-Digit-Sum

We define super digit of an integer using the following rules: Given an integer, we need to find the super digit of the integer. If has only digit, then its super digit is . Otherwise, the super digit of is equal to the super digit of the sum of the digits of .
JavaScript
1
star
25

automateExam-JS

JavaScript
1
star
26

leetcode

JavaScript
1
star
27

PiggyVest-Clone-With-Angular-7

This clone of PiggyVest website was built from scratch using SCSS and Angular
TypeScript
1
star
28

RESTful-API-WITH-PostgreSQL-and-EXPRESSJS

This is a REST Architecture built on ExpressJS Framework for NodeJS and PostgreSQL as the database
JavaScript
1
star
29

Self-Driving-Cars-Scripts-Solutions

Self Driving Cars Script | Algorithms | AI | ML
Python
1
star
30

Node-Server-PostMan-CircleCi-CI_CD

NodeJS Server | Postman | Circle Ci | CI/CD | API Testing
JavaScript
1
star
31

Progressive-Web-App--News-App-

Built from Scratch Purely on HTML, CSS and JS. Fetch API is use to fetch the News and Service workers to Cache and Intercept the Network Response(s)
1
star
32

TypeGraphQL-TypeORM

TypeScript | GraphQL | TypeORM | SQL
TypeScript
1
star
33

circleci-docker-CICD-pipeline-NodeJS

CI/CD pipeline for Express/NodeJS Server developed with Circleci and Docker
JavaScript
1
star
34

Free-React-Template

Download Free create-react-app template, to save u the hell of network failures
JavaScript
1
star
35

TypeScript-ReactJS-TravelAPP

Deep Dive with TypeScript and ReactJS
TypeScript
1
star
36

API-Optimization-Redis

API Optimization with Redis and NodeJS
JavaScript
1
star
37

NodeJS-WorkerThreads-Concurrency

Demonstration of concurrency in Nodejs using Worker Threads API
JavaScript
1
star
38

ML-Models-Insights

Top 10 ML models and overview | LR DR CNN RNN SVM GB LOGR RF NB etc
Jupyter Notebook
1
star
39

ElginoCodingBootCamp

FrontEnd Test On HTML and CSS only
CSS
1
star
40

DSC-WORSHOP-JAVASCRIPT

Welcome to DSC FUO Otueke Bayelsa State,Nigeria. // This code repo was created from scratch to explain the basics and some intermediate concepts of JAVASCRIPT on Saturday 29th Feb 2020 // DSC Lead: Blessing Krofegha // Workshop/session Mentor: NC Armstrong // Please contact the community or any of the name above for aids in understanding the code, Thank you
HTML
1
star
41

React-Native-Mobile-App

Made for iOS and Android
1
star
42

hello-world-CircleCi-Automation

Circle Ci, Build and grow
1
star
43

Game-Rank-Nordic-Collegiate-Programming-Contest-2016-Jimmy-M-rdell

The gaming company Sandstorm is developing an online two player game. You have been asked to implement the ranking system. All players have a rank determining their playing strength which gets updated after every game played. There are 25 regular ranks, and an extra rank, β€œLegend”, above that. The ranks are numbered in decreasing order, 25 being the lowest rank, 1 the second highest rank, and Legend the highest rank. Each rank has a certain number of β€œstars” that one needs to gain before advancing to the next rank. If a player wins a game, she gains a star. If before the game the player was on rank 6-25, and this was the third or more consecutive win, she gains an additional bonus star for that win. When she has all the stars for her rank (see list below) and gains another star, she will instead gain one rank and have one star on the new rank. For instance, if before a winning game the player had all the stars on her current rank, she will after the game have gained one rank and have 1 or 2 stars (depending on whether she got a bonus star) on the new rank. If on the other hand she had all stars except one on a rank, and won a game that also gave her a bonus star, she would gain one rank and have 1 star on the new rank. If a player on rank 1-20 loses a game, she loses a star. If a player has zero stars on a rank and loses a star, she will lose a rank and have all stars minus one on the rank below. However, one can never drop below rank 20 (losing a game at rank 20 with no stars will have no effect). If a player reaches the Legend rank, she will stay legend no matter how many losses she incurs afterwards. The number of stars on each rank are as follows: β€’ Rank 25-21: 2 stars β€’ Rank 20-16: 3 stars β€’ Rank 15-11: 4 stars β€’ Rank 10-1: 5 stars 72 CHAPTER 4. IMPLEMENTATION PROBLEMS A player starts at rank 25 with no stars. Given the match history of a player, what is her rank at the end of the sequence of matches? Input The input consists of a single line describing the sequence of matches. Each character corresponds to one game; β€˜W’ represents a win and β€˜L’ a loss. The length of the line is between 1 and 10 000 characters (inclusive). Output Output a single line containing a rank after having played the given sequence of games; either an integer between 1 and 25 or β€œLegend”.
JavaScript
1
star