Code Monkey home page Code Monkey logo

react-projects's Introduction

Hi ๐Ÿ‘‹, I'm Jonathan Harvey

A Software Engineer

  • ๐Ÿ”ญ Iโ€™m currently working on Artemis

  • ๐ŸŒฑ My previous project Soundslip

  • ๐ŸŒฑ Iโ€™m currently learning Postgresql, D3.js, chialisp

  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on anything Chia Network related

  • ๐Ÿ‘จโ€๐Ÿ’ป All of my public projects are accessible via my portfolio

  • ๐Ÿ“ I regularly tweet at _jonharvey

  • ๐Ÿ’ฌ Ask me about design, music, UI, web3!

  • ๐Ÿ“ซ How to reach me [email protected]

  • ๐Ÿ“„ Know about my experiences resume

codewars badge

  • โšก Fun fact Emeralds are just green-colored beryl.

Connect with me:

collectivenectar _jonharvey jonathanharveydev _jon.harvey

Languages and Tools:

css3 express html5 javascript mongodb nodejs photoshop react

Support:

jonathanharvey



react-projects's People

Contributors

collectivenectar avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

react-projects's Issues

Create home page

Create home page containing the following:

  • Navbar
  • Main Section (can be blank for now)
  • Footer

Just creating this to have something showing as a starting point

Back End Discussion

Just wanted to kick off the discussion for the back end.

We have two services planned for the proposed 'resources + meeting scheduler' app.

What sort of backend would we need for each service?
For example, when it comes to the resources function, we need crud functionality, so what would be the
data model for the resources themselves? Like for a Mongoose schema:

const Resource = new mongoose.Schema({
  title: {
    type: String,
    required: true
  },
  content: {
    type: String,
    required: true
  },
  url: {
    type: String,
    required: true
}
  date: {
    type: Date,
    default: Date.now
  }
})

This is just to get the ball rolling, if you want to discuss the meeting scheduler/countdown backend, please share that too!

Starter Branch

Opening this issue just to help clarify the direction and progress of the starter branch app. @kgni can you share a quick bit about what the starter branch is for and what you've finished so far? Afterwards, we can all discuss what needs adding and self-assign what parts we want to do.

Discuss Projects

Share any ideas you have for projects the group(or groups) could make together.

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.