Skip to content

Latest commit

 

History

History
55 lines (48 loc) · 2.47 KB

README.md

File metadata and controls

55 lines (48 loc) · 2.47 KB

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