https://github.com/itssimmons/weirdo.js
Quiz project with the weirdest things about js
https://github.com/itssimmons/weirdo.js
game html-game javascript nodejs quiz react typescript
Last synced: 2 months ago
JSON representation
Quiz project with the weirdest things about js
- Host: GitHub
- URL: https://github.com/itssimmons/weirdo.js
- Owner: snapverse
- License: mit
- Created: 2022-04-20T01:01:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T19:02:19.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T12:14:50.232Z (over 1 year ago)
- Topics: game, html-game, javascript, nodejs, quiz, react, typescript
- Language: TypeScript
- Homepage: https://weirdojs.netlify.app
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Is JS a weirdo?
Quiz project with the weirdest things about js
## Table of contents
* [Getting start](#getting-start)
* [Set up](#set-up)
* [Contribute](#contribute)
* [Inspired by](#inspired-by)
## Getting start
This is a complete project for the development of a quiz made with the strongtyped 'typescript'
It consists of a quiz game of 20 questions where the questions are related to the weird things I found about **javascript**. You must answer by selecting (you can use the keyboard too!) one of the given answers. Your score will be higher if you solve it in a short time and with more correct questions. In the end, you can see you on the leaderboard.
Much success!
### Technologies
* Backend
* MongoDB
* Mongoose
* Adonisjs
* Typescript
* colorsjs
* Client
* React
* Typescript
* Sass (.sass)
* Gatsbyjs
* Utilities
* eslint
* prettier
## Set up
```bash
# copy this script and leave it be
git clone 'https://github.com/simmxns/weirdojs.git'
cd weirdojs/api/ && npm i
cd ../app/ && npm i
cd ..
```
Now you can work properly on both directories
**⚠️ NOTE: you need first to set up the .env file, go to .env.example to see how should be**
```bash
cd api && npm run dev
```
```bash
cd app && npm run develop
```
## Contribute
Y'all are welcome to contribute to this project
I will be happy to see your PRs 🤠
## Inspired by
https://jsisweird.com/