benbenben147147147 / Quiz-to-Contribute-OSS

A collaboratively developed quiz application to get the feet wet with Open Source Software (OSS) projects.
MIT License
9 stars 18 forks source link

Static Badge Static Badge Static Badge

How to run the App?

Fork the repository (as described in First Contribution Tutorial)

Clone the repository to your local machine:

git clone git@github.com:<name-of-your-fork>/Quiz-to-Contribute-OSS.git

Navigate into the /backend directory of the project:

cd backend

Install all node dependencies:

npm install

Run the build process (mainly for tailwind):

npm run build

Run the node server:

npm run start

Visit the webapp on:

http://localhost:3000

Welcome to "Quiz App"

You are new to development, GitHub, or Open Source Software (OSS) projects?

Here is the perfect place to get your hands dirty on a real software project.

You will learn how to contribute to Open Source projects.

What are we building?

First of all: Collaboratively.

A "Quiz App", anybody can make suggestions, create issues.

Who can contribute?

👫 Everybody.

Where to start?

Consider yourself as a complete beginner? Level 1 might be the perfect starting point for you.

Level 1️⃣🌟 - First Contribution Tutorial

Next, you might want to try yourself on something more challenging...

Level 2️⃣🌟 - Contribute