https://github.com/fredericdrnl/sex-is-strange
Night of computing of 2022 project
https://github.com/fredericdrnl/sex-is-strange
css html javascript night-of-computing vuejs
Last synced: 3 months ago
JSON representation
Night of computing of 2022 project
- Host: GitHub
- URL: https://github.com/fredericdrnl/sex-is-strange
- Owner: Fredericdrnl
- Created: 2022-12-20T08:59:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T18:39:34.000Z (over 3 years ago)
- Last Synced: 2025-03-13T12:45:23.067Z (over 1 year ago)
- Topics: css, html, javascript, night-of-computing, vuejs
- Language: CSS
- Homepage:
- Size: 2.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Team : [Pierre CREPIN](https://github.com/Pierrecrp1), [Tom VALLART](https://github.com/Tom6213), [Frédéric DOURNEL](https://github.com/Fredericdrnl), [Benjamin FOURNIER](https://github.com/Tabooret), Florian LAVIE, Hugo HALLOT, Paul HURDEBOURCQ.
## Goal of this project
This project was made during the night of computing 2022 event when we have to made a website in one night for prevention on the subject of STDs. For that we took the choice to make a choice game with consequences on the answers chosen.
the night of computing event : https://www.nuitdelinfo.com
## Technologies use ⚙️
For this project, we use the javascript framework *Vue.js*.
Vue.js : https://vuejs.org
## How to use ❓
### Project Setup
```
npm install
```
### Compile and Hot-Reload for Development
```
npm run dev
```
### Compile and Minify for Production
```
npm run build
```