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

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

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/