olcaneristi / personal-website

Built my personal website with React.js, SASS and React-Query.

Home Page:https://ogulcaneristi.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome GIF

ogulcaneristi.dev - v2

The second version of ogulcaneristi.dev. I used React Query for data fetching and error handling. I experienced that we can fetch data very simple. I was able to handle the errors that may occur during data fetching and show them to the user with parameters such as loading, error.

Built with React.js v17 and SASS

Hosted with Vercel

License

demo-full

๐Ÿ—‚๏ธ Packages used in this project

Package Version
axios ^0.21.4
react-copy-to-clipboard ^5.0.4
react-icons ^4.2.0
react-query ^3.21.1
react-reveal ^1.2.2
react-useanimations ^2.0.8
react-scroll ^1.8.4
prettier ^2.4.0
sass ^1.39.0

๐Ÿ›  Installation

  1. Install deps with NPM or Yarn:
npm install

#or

yarn install
  1. In the project directory, run the development server:
npm run start

#or

yarn start

๐Ÿš€ Build and Run for Production

  1. Generate full static build for production:
npm run build

#or

yarn build
  1. To preview the site as it'll appear after deployed:
npm run serve

#or

yarn serve

About

Built my personal website with React.js, SASS and React-Query.

https://ogulcaneristi.dev

License:MIT License


Languages

Language:SCSS 51.7%Language:JavaScript 45.9%Language:HTML 2.4%