Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samyok/portfolio
My portfolio website :)
https://github.com/samyok/portfolio
chakra-ui nextjs portfolio react reactjs
Last synced: 3 months ago
JSON representation
My portfolio website :)
- Host: GitHub
- URL: https://github.com/samyok/portfolio
- Owner: samyok
- Created: 2021-08-14T06:38:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T22:31:17.000Z (over 1 year ago)
- Last Synced: 2023-07-20T23:28:24.496Z (over 1 year ago)
- Topics: chakra-ui, nextjs, portfolio, react, reactjs
- Language: JavaScript
- Homepage: https://yok.dev
- Size: 2.92 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Portfolio!
[![A portfolio preview](./public/og_image_index.png "My Portfolio")](https://yok.dev)
## The Typewriter Effect
The typewriter effect is mostly handled by the [AnimatedText](./components/animatedText.js) component I wrote.
It's a pretty basic, but you can use it on your own websites :)## Run the Project
First, run the development server:```bash
# First, install dependencies
yarn # or npm install# Then run
yarn dev # or `next dev` or `npm run dev`
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.