Skip to content

TonyKim9401/image-search-site

Repository files navigation

Image search site utilizing Unsplash Image API

Development environments

  1. Project setup with Vite (React project): npm install vite@latest
  2. Install Recoil, a central state management library for React: npm add recoil
  3. Install Axios for external API communication: npm install axios
  4. Install SASS/SCSS for CSS styling: npm add -D scss
  5. Install React Router : npm install react-router-dom localforage match-sorter sort-by
  6. Set up the environment to use Node.js modules in TypeScript: npm i @types/node
  7. Install React Toast Popup library: npm install react-simple-toasts

ESLint & Prettier

  1. npm install -D eslint
  2. npm install -D prettier
  3. VS code Setting -> Search Formatter -> Change Formatter to Prettier - Code formatter
  4. npm i -D eslint-config-prettier: Conflict resolver betwwen ESLint and Prettier
  5. npm i -D eslint-plugin-prettier Conflict resolver betwwen ESLint and Prettier

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published