• Stars
    star
    1
  • Language
    HTML
  • Created over 1 year 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

Copy of cmc website webpage made with HTML/CSS/SCSS Javascript, and webpack for file bundling and image optimization.

More Repositories

1

EventsManagementWebsite_html_css_scss_javascript_webpack

A trade activations/Events management website made with html,css,scss,javascript,webpack
2
star
2

customermanagervue

A vue js appthat displays use of routing(vuerouter), use of components,vif, and pulling data frombackend using vue resource.
Vue
2
star
3

laravel-tweetzApiApp

A simple laravel application that enables one to displays tweets from own twitter account in browser, also enables you to send tweets with images to your twitter account from web application.
PHP
2
star
4

laravel-cms-project

A simple laravel cms application. Can create reade update delete users. displays use of relationships.
JavaScript
2
star
5

git_hub_finder

A javascript (vanilla js) application that uses fetch api plus async await to fetch user data from github and displays on browser. Finds users in github by entering search in input. Retrieves user image, user, profile, latest repositories belonging to the user including other information.
JavaScript
2
star
6

javascript-make-circle-dissappear

use javascript to make circles dissappear
HTML
1
star
7

iterators_generators_js

Javascript code displaying basics of iterators and generators in javascript.
JavaScript
1
star
8

WordLengthCalc_html_css_js

Simple world length calculator with html css and js. Enter a word in input and length of word displayed
HTML
1
star
9

VuejsAttackHealWebGame_no_components

Vue js application that allows users to attack game and heal from attacks by game
JavaScript
1
star
10

simpleDigitalClock_html_css_js

A simple digital clock website created with html/css and javascript. Uses local time on machine to display clock
JavaScript
1
star
11

RecipeApp_html-css-js_api

recipe website made of html css and javascripts, uses classe programming instead of functional programming. Pull data from forkfood api
JavaScript
1
star
12

LaravelVueDashboardWithLogin

A dashboard made with laravel for backend and vue for front end. Dashboard template picked from Admin Lte 3. Includes login with authentication, uses jwt web token for authentication(laravel passports) and also includes access control(authorization for various users based on position)
Vue
1
star
13

cmcMotorsCopy

A copy ofthe first webpage of cmc motors group website.Created with HTML/CSS-flex/SCSS, Javascript and webpack for file bundling.
HTML
1
star
14

weatherApp_html_css_js

Weather app with vanilla javascript. Uses the fetch to pull data from openweather api
CSS
1
star
15

contactForm_html_css_js_localStorage

A simple contact form that stores contact information in local storage when submitted
CSS
1
star
16

AndroidJavaWetherApp_volley

A simple android Java weather Appication. Uses volley for networking to pull data from yahoo weather app API
Java
1
star
17

fetch_api_arrow_functions

A small javascript application that fetches data using fetch api with arrow functions. Fetches data from local text file, local json file, and external api(github) and displays data in browser.
1
star
18

ajaxXhrMethods

How to use ajax xhr methods to fetch information from a text file in same project.
JavaScript
1
star
19

quotes-vue-project

A simple add and delete quotes vue js application that displays use of props and slots. It displays communication between parent and child component(props). Also displays communication between child and parent component($emit).
Vue
1
star
20

es6_promises

Javascript. Shows how es6 promises for fetch api work under the hood
JavaScript
1
star
21

nodeCrudAppAuthentication

node crud application with jwt tokens for login authentication. No user inerface, works from terminal
JavaScript
1
star
22

presta_customerpage_api_nodeexpressmongo

mongodb backend api for presta_customerpage_vuevitets. Uses node, express, mongodb
JavaScript
1
star
23

ajaxJson

Use ajax to fetch json data from json file in same project.
JavaScript
1
star
24

nodeCrudMongoMongoose

A node js crud application with mongo db database and mongoose query. No UI, works from terminalcommands
JavaScript
1
star
25

vue-routing

A vue js application displaying routing using the vue router.
Vue
1
star
26

nodeHtmlWebite

A node website with hbs partials
JavaScript
1
star
27

fetch_api

A small javascript application that enables you tofetch data from local text file, local json file and external api. Fetched data displayed in body.
JavaScript
1
star
28

fetch_api_http_library_promises

A small javascript application (http library) that fetches data from external api and displays in console. Es6 used
JavaScript
1
star
29

laravelTodoList

A small CRUD Laravel application. You can Create, Read, Update,Delete tasks. Includes flash messages.
PHP
1
star
30

laravel_photogallery

A simple laravel application. Has an album, and album contains photos. Displays one to one and one to many relationships
PHP
1
star
31

asyn_await

A simple javascript application that fetches data from an external api using async await
JavaScript
1
star
32

presta_customerpage_vuevitets

front end presta_customerpage_ made with vue_vite_ts
Vue
1
star
33

nodeChatApp

a simple chat application with nodejs and socket.io
JavaScript
1
star
34

LaravelBlogApp

A blog application made with laravel. Has home page and admin panel. Includes a register and login system
JavaScript
1
star
35

BasicCalculator_html_css_js

A simple calculator web app created with html/css and javascript. Can add, substract, divide, multiply and clear
HTML
1
star
36

TipCalculator_Html_css_js

A simple tip calculator website created with html/css and javascript. Calculate tip to pay based on bill amount
JavaScript
1
star
37

VueJsWeatherApp

Weather application made with vue2
Vue
1
star
38

laravel_business_listing

A laravel CRUD application that displays listings in dashboard. Haw Login and register form
PHP
1
star
39

crudApi

A small laravel application that CRUD by fetching data from api(database(backend)) and displays it in front end. Made database to external api
PHP
1
star
40

foodWebsite_html_css_js

responsive food website made with html css and javascript. Uses media queries for responsiveness
HTML
1
star
41

nodeWeatherApp_hhtml_css_js_node

node js weather app. back end only, works via terminal, no user interface
JavaScript
1
star
42

CompanyWebsite_html_css_flex

A simple company website created using html css with flexbox for model. its responsive, for widescreens, tablets and small phones, uses media querries
HTML
1
star
43

AndroidPortofolio-App

A simple android Java portfolio Appication. Shows use of Fragments, TabLayout, Data is hardcoded and not fetched from server.
1
star
44

Vue-Todo-App

A simple todo appliction made with vue framework. Can add todos, delete single todo, delete all completed todos only leaving uncompleted ones
Vue
1
star
45

HotelWebsite_html_css

simple multi page hotel website using html css and floats for positioning
HTML
1
star
46

budgetAPP_html_css_js

A website budget app that calcuates your income and expenses and add and delete expense and incomes.Also calculates percentages. uses module pattern
JavaScript
1
star
47

Reaction-Timer-Javascript

Measure how fast you click on the shapes as they appear and dissappear
HTML
1
star
48

VuejsQuotesWebApp_html_css_vue_with_components_sloes

A simple quotes app with vue. uses components and slots to pass data. Uses customs events to pass data from child to parent. Can add quotes, and includes progress bar that moves forward when quotes added
Vue
1
star
49

AndroidJavaHumanResourceManagementSystem

A java Android Human resource management system. Allows users to apply for leaves, make requisitions for running daily company tasks, enables users to see their reports. pulls data from laravel backend. request for backend if interested
Java
1
star
50

user_login_management_roles_using_gates

Small laravel application show how to limit access to different uses with differrent roles using gate policy in laravel. e.g only admin can view edit delete button, only admin can edit delete.if not admin and users try to edit or delete will be redirected to same page. only admin can view the user management page
PHP
1
star
51

vueStockTraderWebApp_html_css_vue_usescomponents

A simple vue2 stock trader app that enables users to add,delete,view multiple and single stocks and update stocks. Save and loa stock fund data in local storage and view funds.Uses vuex for state management.
Vue
1
star
52

numberGuesser-Javascript

// GAME FUNCTION // player must guess a number betweesses remn min adn max // player gets a certain amount of guainingesses // Notify player of guessesremaining, // notify player of correct answerif he losses // let player choose to play again
JavaScript
1
star
53

AndroidJavaRequisitionApplication

A requisition application made of android and java. Allows users to make financial requistions to carry out daily company projects. Gives notification via sms to Accountantant and bosses once requisition is done. Application uses laravel for backend Api communication and Android networking in Java to pull data from laravel backend.
Java
1
star
54

fetch_api_async_await

A simple javascript application that fetches data from an external api using asyn await. Uses es6 OOP
1
star