Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/majkeloess/majkeloessweb
Implementation of my old webpage, written in React with Vite
https://github.com/majkeloess/majkeloessweb
framer-motion javascript react reactjs three-js vite vitejs webapp webdev webpage
Last synced: about 4 hours ago
JSON representation
Implementation of my old webpage, written in React with Vite
- Host: GitHub
- URL: https://github.com/majkeloess/majkeloessweb
- Owner: majkeloess
- Created: 2023-12-27T00:06:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T10:27:59.000Z (9 months ago)
- Last Synced: 2024-11-12T09:42:28.167Z (2 months ago)
- Topics: framer-motion, javascript, react, reactjs, three-js, vite, vitejs, webapp, webdev, webpage
- Language: JavaScript
- Homepage: https://oldpage.majkeloess.dev
- Size: 4.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# majkeloessWeb (2.0)
My portfolio page written in plain React (built with Vite). One of my first React projects also tested here some packages: `TailwindCSS`, `Framer Motion`, `ThreeJS`.
## Requirements
- Node.js
- Node package manager## Installation
```bash
git clone https://github.com/majkeloess/majkeloessWeb
cd majkeloessWeb
npm i
```
## Usage
```bash
npm run dev
```