Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 :)

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.