Skip to content

dayi2007/imporium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imporium

Description

Easy to use online market place for NFT's of the etherium network. Also a platform for creator to mint their own NFT's

Data schema example:


    Products:
  {
    title: { type: String, required: true },
    creator: { type: String, required: true },
    image: { type: String, required: true },
    description: { type: String, required: true },
    price: { type: Integer, required: true }
  },
  { timestamps: true }
    

    Authentication:
  {
    username: {
      type: String,
      required: true,
    },
    email: { type: String, required: true },
    password_digest: { type: String, required: true, select: false },
  },
  { timestamps: true }

screen_shot_2021-11-21_at_5 03 44_pm

screen_shot_2021-11-21_at_5 03 30_pm

Wireframe UI: https://www.figma.com/file/4zEaux79Sbybg8qrPBSdMx/Imporium?node-id=0%3A1

screen_shot_2021-11-21_at_4 46 18_pm

Component Structure: https://whimsical.com/imporium-RGpNBgc58uN9dbCwspKTjC

MVP:

  • Built using React with at least 6 separate components in an organized and understandable React file structure.

  • Utilizes functional React components.

  • Utilizes built-from-scratch API with MongoDB, Mongoose, & Express.js.

  • Utilizes React Router for client-side routing.

  • Features User Authentication and Profile.

  • Features Home Screen, Listing Screen, & Detail Screen.

  • Styled with CSS, utilizing Flex-Box Design.

  • Utilizes Two Media Query Screen Sizes for varying viewports.

  • Deployed on Netlify, Heroku, & MongoDB Atlas.

Post MVP

  • Implement a user profile page with collections

  • Sell button component attached to Product Details

  • Three.js animation

  • Unique brand logo

Team Expectations:

https://docs.google.com/document/d/18g4GcseKsVteMSpRMYecZCKjOtByZ7WB9xaNa0J-ttc/edit

GitHub Project Board:

https://github.com/dayi2007/imporium/projects/1?add_cards_query=is%3Aopen

Time Frames

Screen Shot 2021-11-12 at 5 06 32 PM

##Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •