Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jyotipm1999/secret-santa

Secret santa app
https://github.com/jyotipm1999/secret-santa

axios nuxtjs reqres tailwindcss

Last synced: about 2 months ago
JSON representation

Secret santa app

Awesome Lists containing this project

README

        

# Secret-Santa Assignment

This is a Nuxt 3 project to add users, and assignments using ReqRes API. Technologies used to build this project are Nuxt.js, Pinia, Axios, Tailwind-css.

## Various Screens

- [Home page(Secured)](https://secret-of-santa.netlify.app/)
- [Register page](https://secure-um-dashboard.netlify.app/register)
- [Draw page](https://secure-um-dashboard.netlify.app/draw)
- [Results page](https://secure-um-dashboard.netlify.app/results)

## API Reference
- [Reqres_API](https://reqres.in/api/user)

## Glimps of the web app

#### Home page

![Homepage](https://res.cloudinary.com/dehubjbqm/image/upload/v1722348943/Screenshot_67_xsmrcd.png)

#### Register page

![success](https://res.cloudinary.com/dehubjbqm/image/upload/v1722348943/Screenshot_69_jooh3k.png)

#### Register page(Empty Fields)

![Fill Error](https://res.cloudinary.com/dehubjbqm/image/upload/v1722348942/Screenshot_71_ope2yh.png)

#### Register page(Unique Names)

![Fill Error](https://res.cloudinary.com/dehubjbqm/image/upload/v1722348942/Screenshot_70_tqpdyw.png)

#### Draw Page

![Success](https://res.cloudinary.com/dehubjbqm/image/upload/v1722348942/Screenshot_72_mda11k.png)

#### Results Page

![Success](https://res.cloudinary.com/dehubjbqm/image/upload/v1722348943/Screenshot_73_uyixeh.png)

## Features

- Multiple users can be added using Reqres API.
- Users and assignments are stored using Reqres API.
- Reciprocal assignments between users.

## Tech Stack

**Frontend:** NuxtJS, Tailwind CSS, ReqRes, Axios