All Projects → insin → lifequote

insin / lifequote

Licence: other
React port of a life insurance quick quoting application

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to lifequote

Wordpress Plugin Boilerplate Tutorial
Tutorials and Examples for WordPress Plugin Boilerplate, a foundation for WordPress Plugin Development.
Stars: ✭ 232 (+544.44%)
Mutual labels:  example
Webauthndemo
An example Java Relying Party implementation of the WebAuthn specification
Stars: ✭ 251 (+597.22%)
Mutual labels:  example
underwater-chess
Chess, written in React, driven by a Stockfish-powered API
Stars: ✭ 20 (-44.44%)
Mutual labels:  react-app
Play Scala Starter Example
Play Scala Starter Template (ideal for new users!)
Stars: ✭ 238 (+561.11%)
Mutual labels:  example
Escape From Callback Mountain
Example Project & Guide for mastering Promises in Node/JavaScript. Feat. proposed 'Functional River' pattern
Stars: ✭ 249 (+591.67%)
Mutual labels:  example
react-covid
Covid Tracker React Application
Stars: ✭ 16 (-55.56%)
Mutual labels:  react-app
Electron Wasm Rust Example
A minimal Electron + WebAssembly (WASM) + 🦀 Rust example.
Stars: ✭ 227 (+530.56%)
Mutual labels:  example
go-learning
My Golang training material for testing smaller Go concepts and ideas.
Stars: ✭ 27 (-25%)
Mutual labels:  example
Firetodo
Simple Todo Application using SwiftUI / Firebase / Redux.
Stars: ✭ 250 (+594.44%)
Mutual labels:  example
cache-control
create cache-control headers
Stars: ✭ 17 (-52.78%)
Mutual labels:  react-app
Snaphelperexample
SnapHelper Example for Android Application
Stars: ✭ 245 (+580.56%)
Mutual labels:  example
Lv examples
Examples, tutorials and applications for the LVGL embedded GUI library
Stars: ✭ 246 (+583.33%)
Mutual labels:  example
workshop
React Workshop
Stars: ✭ 13 (-63.89%)
Mutual labels:  react-app
Arkit2.0 Prototype
After Apple’s introduction of ARKit 2, we have been consistently working behind to create shared-AR experiences. Our goal is to improve the utility of mobile using AR experiences.
Stars: ✭ 236 (+555.56%)
Mutual labels:  example
forex-web-app
💱 foreign currency exchange app built with react hooks
Stars: ✭ 17 (-52.78%)
Mutual labels:  react-app
Vuex Examples
🐻 Simple Examples on using Vuex to build Real World Apps
Stars: ✭ 229 (+536.11%)
Mutual labels:  example
Passcode
🔑 Passcode for iOS Rxswift, ReactorKit and IGListKit example
Stars: ✭ 254 (+605.56%)
Mutual labels:  example
godot entt example
A simple example on how to use entt (https://github.com/skypjack/entt) within godot
Stars: ✭ 36 (+0%)
Mutual labels:  example
line-example-bot-tiny-php
Line Bot 基礎範例程式碼教學 (PHP) - 輕量版 LINEBotTiny.php
Stars: ✭ 58 (+61.11%)
Mutual labels:  example
ideas-md
A float-to-the-top ideas log built with React
Stars: ✭ 32 (-11.11%)
Mutual labels:  react-app

lifequote

A port of an existing Flash-based life insurance quick quoting application to a single-page JavaScript app, built with (and to learn) React.

Developing

Clone and install dependencies:

git clone https://github.com/insin/lifequote.git
cd lifequote
npm install

Start a dev server which uses Webpack to bundle JavaScript and CSS and hot reload any changes made:

npm start

Create a static build which will be used by the dev server when present:

npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].