A modern web application that allows supporters to send virtual coffee to content creators. Built with React, TypeScript, and Vite.
- Modern and responsive UI
- TypeScript support
- Styled with styled-components
- Routing with React Router
- Node.js (v14 or higher)
- pnpm
- Clone the repository:
git clone https://github.com/Selenium39/buy-a-coffee-to-me.git
cd buy-a-coffee-to-me
- Install dependencies:
pnpm install
To start the development server:
pnpm dev
The application will be available at http://localhost:5173
.
To create a production build:
pnpm build
The built files will be available in the dist
directory.
- React 18
- TypeScript
- Vite
- React Router
- Styled Components
- Phosphor Icons
This project is licensed under the MIT License - see the LICENSE file for details.