Skip to content

lwatz16/crown-cloth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crown Cloth

Overview

Crown Cloth is an e-commerce clothing store built with React and Firebase.

Learning Goals

  • React
  • React Router
  • API
  • Asychronous JavaScript
  • CSS Flexbox
  • SCSS
  • Styled Components

Getting Started

To get a local copy up and running follow these simple steps:

Installation

  1. In your terminal, clone the repo
    git clone git@github.com:lilydev16/crown-cloth.git
  2. cd into the root directory
    cd crown-cloth
  3. Install NPM packages
    npm install
  4. Start the server to view the application in the browser
    npm start
    • Runs the app in the development mode.
    • Open http://localhost:3000 to view the app in the browser.
    • The page will reload when you make edits.

Future Additions

  • Implement Stripe API to accept payments

Technologies Used

  • React
  • Context API for state management
  • React Router
  • Javascript
  • Firebase
  • Styled Component (CSS-in-JS library)
  • HTML/CSS
  • SCSS
  • Chrome Dev Tools
    • Lighthouse (accessibility)
    • React Dev Tools

Deployment

This application is hosted on Netlify. Please use this deploy link to skip installation and view the application: Crown Cloth.

Contributors

Lauralyn Watson

Credits