alextison / woot

How to curb the great resignation - EPSI I1 Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Woot

Workshop project aiming to find a solution to "How to curb the great resignation"

Table of Contents

General Information

  • As part of a school workshop, we had to provide a solution within a week to solve a given problem: How to curb the great resignation ?
  • We quickly thought about a solution that would allow employees to earn coins by doing good deeds and challenges to then spend them on free rewards as a free coffee.

Technologies Used

Features

  • Daily wheel
  • Access to quests
  • Access to shop
  • Feedback form
  • Login / Register (As a user or as an admin)

Screenshots

Woot Logo

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Project Status

Project is: no longer being worked on but will be taken back one day.

Room for Improvement

Room for improvement:

  • Responsive UI

To do:

  • Dynamic quests and shop products
  • Creation of new quests and shop products
  • Quests completion and shop products purchase

Acknowledgements

  • Many thanks to all the bellow people who worked with me on this project.

Contact

Created by @alextison, @greggameplayer, @Matthieu-Fontaine !

About

How to curb the great resignation - EPSI I1 Workshop


Languages

Language:Vue 97.7%Language:TypeScript 1.5%Language:JavaScript 0.5%Language:Dockerfile 0.3%