Skip to content

jallan07/gift-swap-next-react

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

  1. Install dependencies: npm install
  2. Run development server: npm run dev
  3. Open https://localhost:3000 in your browser.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Deployed Application

Gift Swap Randomizer

Screenshots

Empty Input Randomized Pairings

To Do List

  • Add logic to separate the input based on commas or new lines
  • Add truly random shuffle of input
  • Add copy to clipboard functionality
  • Add authentication
  • Connect to mongodb
  • Add ability for users to save past results