Skip to content

A Full Stack online clothing store complete with real credit checkout.

Notifications You must be signed in to change notification settings

yushanwebdev/sick-fits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Sick Fits

Screenshot 2023-02-26 at 13 18 02

A Full Stack online clothing store complete with real credit checkout. Users can search, sell, add to cart and checkout their favourite items.

Covered Concepts

  1. React Best Practices
  2. Custom Hooks
  3. Server Side Rendering
  4. Styled Components
  5. Theming
  6. Routing
  7. GraphQL Schema
  8. Queries and Mutations
  9. Authentication
  10. Resolvers
  11. Cache Management
  12. Loading and Error States
  13. Sending Email
  14. Logic and Flow with Async + Await
  15. Authentication and Permissions
  16. Charging Credit Cards
  17. Hosting and Transforming Images
  18. Pagination
  19. Forms in React
  20. Third party React Components
  21. Unit Testing
  22. Mocking Components

Install Dependencies

Frontend

yarn

Backend

npm install

Running

Frontend

yarn run dev

Backend

npm run dev