Skip to content

snapverse/weirdo.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is JS a weirdo?

Quiz project with the weirdest things about js

Table of contents

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

# 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

cd api && npm run dev
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/