https://github.com/wiazeph/reactjs-emreerden-dev
My old website made with React.
https://github.com/wiazeph/reactjs-emreerden-dev
axios axios-react classname-variants classnames github-api react react-icons react-router react-router-dom reactjs study tailwind tailwind-css tailwindcss vite vitejs zustand zustandjs
Last synced: 6 months ago
JSON representation
My old website made with React.
- Host: GitHub
- URL: https://github.com/wiazeph/reactjs-emreerden-dev
- Owner: Wiazeph
- Created: 2023-10-09T22:41:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T13:14:53.000Z (over 1 year ago)
- Last Synced: 2025-04-11T03:16:34.933Z (6 months ago)
- Topics: axios, axios-react, classname-variants, classnames, github-api, react, react-icons, react-router, react-router-dom, reactjs, study, tailwind, tailwind-css, tailwindcss, vite, vitejs, zustand, zustandjs
- Language: JavaScript
- Homepage: https://react-js-emreerden-dev.vercel.app/
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactJS-emreerden-dev
A website where information about me, my social media accounts, my skills, the tools I use or my projects can be accessed.
## Technologies, Tools or Packages Used
[React JS](https://react.dev/) + [React Router](https://reactrouter.com/en/main) + [Zustand](https://docs.pmnd.rs/zustand/getting-started/introduction) + [GitHub API](https://docs.github.com/en/rest) + [Axios](https://axios-http.com/) + [Tailwind CSS](https://tailwindcss.com/) + [React Icons](https://react-icons.github.io/react-icons/) + [classNames](https://www.npmjs.com/package/classnames) + [Vite](https://vitejs.dev/)
## Run Locally
Clone the project
```bash
git clone https://github.com/Wiazeph/emreerden-dev.git
```Go to the project directory
```bash
cd emreerden-dev
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh