Skip to content

A collaboratively developed quiz application to get the feet wet with Open Source Software (OSS) projects.

License

Notifications You must be signed in to change notification settings

Vasilistaxo/Quiz-to-Contribute-OSS

 
 

Repository files navigation

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

About

A collaboratively developed quiz application to get the feet wet with Open Source Software (OSS) projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.1%
  • HTML 31.8%
  • CSS 11.1%