Skip to content

hacknu2-0/problemx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProblemX

EDIT: Yay, I've got second runner up!!! 😊😊

The site is hosted on vercel now, here's the link -> problemx website

ProblemX is a website for looking up the current problems that exist. For example, a user can look up for current problems on technology by visting the particular category and see the list of problems open/closed. The user can also see the organizations/companies/individuals working on particular problem and can collaborate with them upon the user likes. Apart from this, the org's To-do list for solving the problem is displayed public, the user can see the progress and finished tasks of the org.

So from all this data, a user can see what kind of problems in certain categories exist, what are the orgs working on those problems, what were the problems earlier and what did the org solve / create new problem etc.

This would be very beneficial for :

  • People who're facing some problems and wants it to be solved (can post their problems here).
  • Individuals who wants to collaborate with orgs, or start an own org on the problem the individual likes.
  • Entreprenuers who have a difficulty finding problems or poor problem finding skills.

How to run the code??

The code is written in routify-svelte starter template, so after completing the project i've built and deployed it, if you still want to run the code, do this:

First install the dependencies:
npm install or yarn

Then run the dev script:
npm run dev or yarn dev

and that's it, the site would be running on localhost:5000

If you face any issues, please raise an issue here or mail me at express.gradient@gmail.com

This website was created as a solution for HackNU 2.0.

Tech Stack

  1. SvelteJS for developing front end.

  2. Routify for routing svelte pages.

  3. Firebase for authentication, database, storage etc

About

hacknu solution

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 67.0%
  • JavaScript 28.5%
  • CSS 2.9%
  • Other 1.6%