Code Monkey home page Code Monkey logo

cardero's Introduction

Demo app

Dependencies

  • Metamask browser extension
  • Node 8+
  • Mongo 3.2+

Install app

# get copy of .env from a friend
yarn install
yarn start # CRA server
yarn run watch # server
google-chrome http://localhost:3000

cardero's People

Contributors

lukewendling avatar

Watchers

 avatar James Cloos avatar

cardero's Issues

Create sharable list UI

Scenario

An ICO guru wants to create a list of URLs to ICO opportunities, as recommendations for investors. She will use our app to create links and the system will generate the page, along with a 'locked' feature whereby the author cannot make further changes to the list. Visitors to the page can leave comments.

Requirements

  • User can lock the page and no additional changes are allowed.
  • User can create a slug for the URL.
  • Items are URLs to online resources along with a description.
  • Anonymous users can leave comments on the page.

Tech stack

  • Node (Express) API server
  • Semantic UI for styles
  • React components
  • Mongo

App design

  • For app models (Javascript objects, ex. an Author instance), I might simply create my own basic model objects, or perhaps look for lightweight third party modules.
  • Other than Express, I don't plan to use a framework for the REST API. I expect there will only be a few server routes.
  • If I have more than one client-side route, I'll prob use a simple React-based router I developed for small projects.
  • I'll pass JWTs to the REST server as a simple example of how I typically handle token-based auth on the client.
  • Authentication will be based on the metamask auth sample project I sent along. Very simple auth process.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.