Coder Social home page Coder Social logo

the-door's Introduction

The-Door

Frontend deployed at: https://the-door-nyc.netlify.app/

Overview

Our goal is to faithfully recreate the UX team's designs in a fully-functioning format. The "Get Involved" dropdown will allow the user to select "Volunteer", which will lead them to a page where they fill out a form to volunteer. Upon creating a submission, the user will have a chance to read their information and confirm, edit, or delete their volunteer registration.

Team Expectations

Our Team Expectations Google Doc can be found here

MVP

MVPs outlined here

Post MVP

  • Social media logos functioning
  • Mobile design
  • Dead links to an "under construction" page
  • List all the volunteers (perhaps on sign up page)
  • "News Corner" - add CRUD
  • "Donate Now" button animates the progress bar
  • Embed actual video on homepage

Whimsical Diagram

Out Whimsical Diagram can be found here

MongoDB Schema

const Volunteer = new Schema(
  {
    firstName: { type: String, required: true },
    lastName: { type: String, required: true },
    phone: { type: String, required: true },
    email: { type: String, required: true },
    programs: { type: Object, required: true },
    roles: { type: Object, required: true }
  },
  { timestamps: true }
)

{
  firstName: '',
  lastName: '',
  phone: '',
  email: '',
  programs: {},
  roles: {}
}

Screenshots

Homepage Desktop

Homepage Desktop

Homepage Mobile

Homepage Mobile

Tech Stack

React, React Router, Express, Mongoose, MongoDB, JavaScript, HTML, CSS

Highlights

  • 3 MVPs complete
  • Utilizing css:hover on one object to manipulate a different object
  • Use of Formik and Carousel
  • Form button's three states
  • Working as a team
  • Working in conjunction with a second team
  • Ironing out Git issues

the-door's People

Contributors

ricomitch avatar sormiston avatar akram185 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

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.