Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jyotipm1999/secret-santa
- Owner: JYOTIPM1999
- Created: 2024-07-29T14:16:55.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-30T14:23:07.000Z (4 months ago)
- Last Synced: 2024-09-27T03:40:10.701Z (about 2 months ago)
- Topics: axios, nuxtjs, reqres, tailwindcss
- Language: Vue
- Homepage: https://secret-of-santa.netlify.app/
- Size: 380 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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