Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ghamry03/MOI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MOI

This repository is just an MVP for InnovateX Hackathon and was done in 3 days only, the full functionality and the vision isn't fully implemented

Introduction

Imagine a world where every interaction with your government is not just efficient but also engaging, rewarding, and fun. A world where each service you access, from renewing a license to reporting a crime, contributes to a rewarding experience that encourages community participation and fosters a sense of achievement. Today, we TEAM ENJAZ are here to present a transformative concept that turns this vision into a reality. Let us take you on a journey to discover what we did for this innovateX hackathon

Problem and Solution

Currently, users struggle with complex e-services and distracting visuals, leading to high call center usage. This impacts efficiency and user satisfaction. Our user-friendly gamification solution simplifies the user experience, making government services more accessible and enjoyable.

While the website is comprehensive, the abundance of buttons and information can make it hard for users to navigate. We aim to simplify the design to enhance user experience and accessibility, including senior citizens and screen reader users, making the website more inclusive for all users.

Technologies used

Please keep in mind that the technologies used in this project were completely picked for the learning experience.

  • Vue.js
  • Tailwind css
  • Node.js
  • Express.js

Installation

  • Make sure npm and nodejs are installed on your system
  • Make sure node verision is > 12.0.0
  • Make sure ports 8080 and 3000 are not being used

Running the backend server

  • navigate to thebackend directory
  • install all the necessary packages
  • run the server
cd ./backend
npm install
node index.js

Running the frontend server

  • open a different terminal window
  • navigate to frontend directory
  • install all the necessary packages
  • run the server
cd ./frontend
npm install
npm run serve

and now you can access the website at http://localhost:8080/

contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published