Skip to content

lukbast/crwn-clothing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crwn-clothing

This repo contains source code for project created based on course The Complete React Developer by Andrei Neagoie and Yihua Zhang.

It's E-commerce website created in React and hosted on Heroku using Node.JS server made in Express.

How I can see it?

It's deployed on Heroku here. Since it's hosted under a free plan it may take 1-2 minutes to wake sleeping server after some time of inactivity.

Breaking down the repo

Main folder contains only short script to run the server. Main dish is inside client folder.

client/src/components - folder structure that holds each component

client/src/firebase - contains code that conects app to firebase

client/src/pages - biggest components that are rendered by React-Router

client/src/redux - redux's state managment code

client/src - aside from folders listed above it contains index.jsx that is starting point of the client. Also in there are tests and service workers scripts.

client/public - icons that are displayed in various places in browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published