Skip to content

Jclyoung/professional-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

Run the following commands:

npm install
npm start

Install dependencies and starts the application

Project Overview

My professional Portfolio

Created with Create React App.

11/14

  1. removed
    • App.css
  2. added
    • .prettierrc
    • App.scss
    • src/assets/fonts
    • src/assets/images
    • src/components/Layout/index.js
    • src/components/Layout/index.scss
    • src/components/Sidebar/index.js
    • src/components/Sidebar/index.scss
  3. Installed
  4. added custom styles to index.css
  5. Added data fetching in /src/services.
  6. Added db.json to root as json-server's mock database
  7. Overwrote App.css with custom styles
  8. Simplified index.js (removed service worker)
  9. Deleted from src: index.css, logo.svg, serviceWorker.js, App.test.js
  10. Deleted from public: logo files, manifest.json, robots.txt
  11. Change product.skus to product.data to be able better define the array of objects
  12. Add useFetch to collect data from mockdb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published