A-HK / PRNTRS

A web-app which sends a document from customer to vendor by adding print slots thereby eliminating long wait times, inefficiency and improving the safety of the customers involved !

Home Page:prntrs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🖨 PRNTRS — An endeavour to connect, simplify and transform

PRNTRS Banner

🏹The Motive
PRNTRS is a web application which sends a document from customer to vendor by adding print slots and direct remote communication with the vendor thereby eliminating long wait times, inefficiency and improving the safety of the customers involved.

With the large influx of the rural and semi-urban population to sprawling metropolitan cities in the hopes of making their once-impossible aspirations a reality, comes the equally daunting challenge of connecting these tens of millions of Indians to the technology they deserve, but can’t dream to afford.

It has become increasingly clear over the past few decades that the gap between the urban affluent and the less-fortunate is ever-widening, and doesn’t look to be ceasing in the near future.

PRNTRS aims to simplify this process for working individuals, students and all those in between.

Read more about motive behind PRNTRS this here

Watch a Video Demo of the first version here!

📌 Tech Stack

image image image image image image image image image

🙈 A sneek peek into what we have here

Home Page

Vendor Pages

Vendor Sign In Page
Vendor Registration Page
Vendor Orders List Page

Details of Each Order Page

Client Pages

Progressive Client Registration Form
ProgressiveFormDemo.mp4
Sign In Page
Secure Passwordless Login with SAWO
SawoPwdless.mp4

👀 Viewing the design files of the website

To view the .fig webpage design files, simply download the .fig file and import into Figma!

🤝Anyone can Contribute!
We want to make contributing to this project as easy and as transparent as possible, whether it's:
  • Reporting a bug 🐛

  • Submitting a fix 🔎

  • Proposing new features 💡

If you wish to contribute to this project, please raise an issue and wait for the project maintainers to approve it or give feedback before making a change.

This documentation contains a set of guidelines to help you during the contribution process. We are happy to welcome all the contributions from anyone willing to improve/add new scripts to this project.

⁉ How to Contribute?

1. Fork this repository

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

2. Clone the repository

Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon to copy the url of the repo.

Open your terminal and run the following git command:

git clone <url you just copied>

For example:

git clone https://github.com/vedanthv/PRNTRS/

Remember to clone your forked repository , not the original one.

3. Create a branch

Change to the repository directory on your computer (if you are not already there):

cd PRNTRS

Now create a branch using the git checkout command:

git checkout -b your-new-branch-name

For example:

git checkout -b new-feature

4. Add the code

5. Commit your changes

If you go to the project directory and execute the command git status in the terminal, you'll see there are changes.
Add the changed files to the branch you just created using the git add command:

git add <file name>

Now commit those changes using the git commit command:

git commit -m "your message"

6. Push your changes to GitHub

Push your changes using the command git push:

git push origin <add-your-branch-name>

For example:

git push origin new-feature

7. Submit your Pull request for review

image

Go to your forked repository on GitHub and click on the Compare & pull request button.

Submit your Pull Request, after ensuring that the base repository is Tech-Matrix/PRNTRS and head repository is <your-username>/PRNTRS

image

Valuable Contributors 💻🦹‍♂️ :

About

A web-app which sends a document from customer to vendor by adding print slots thereby eliminating long wait times, inefficiency and improving the safety of the customers involved !

prntrs.vercel.app

License:MIT License


Languages

Language:HTML 41.3%Language:CSS 39.9%Language:JavaScript 12.7%Language:EJS 6.1%