Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```