Skip to content

Front-end: ReactJS. Back-end: Node.JS, Express, MongoDB. E-commerce website with PayPal checkout.

Notifications You must be signed in to change notification settings

nmelentjevs/Master-Keyz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MasterKeyz

Prototype of an e-commerce website for selling music sheets. ReactJS, NodeJS, Express, MongoDB.

Code style

js-standard-style

Tech/framework used

Built with

Install

$ git clone https://github.com/nmelentjevs/MasterKeyz.git
$ cd printfultest
$ npm install

Start & watch

$ npm start

Simple build for production

$ npm run build

Provide step by step series of examples and explanations about how to get a development env running.

Examples

We have several examples on the website. Here is the first one to get you started:

import React from 'react';

import Card from 'react-bootstrap/Card';

function Answer(props) {
  return (
    <Card onClick={() => props.submit()}>
      <Card.Body style={{ alignContent: 'cemter', cursor: 'pointer' }}>
        {props.answer}
      </Card.Body>
    </Card>
  );
}

export default Answer;

This example will render Answer Component into a container on the page.

License

MIT © nmelentjevs

About

Front-end: ReactJS. Back-end: Node.JS, Express, MongoDB. E-commerce website with PayPal checkout.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages