Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 968 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 968 Bytes

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 http://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