Skip to content

This Express.js application is a collection of general-purpose tools for everyday use, including a QR Code Generator, URL Shortener, and more. Built with Express.js, MongoDB, and EJS, it focuses on simplicity and functionality for routine tasks.

Notifications You must be signed in to change notification settings

aadi1335/QuicklyKit

Repository files navigation

QuicklyKit

QuicklyKit is an Express.js application offering a suite of general-purpose tools for everyday tasks, including a QR Code Generator, URL Shortener, and more. Built with Express.js, MongoDB, and EJS, it emphasizes simplicity and functionality for routine activities.

Features

  • QR Code Generator: Create QR codes for URLs or text.
  • URL Shortener: Shorten long URLs for easy sharing.
  • Additional tools to enhance daily productivity.

Project Structure

QuicklyKit/
├── controllers/        # Application logic
├── models/             # Database schemas (MongoDB)
├── routes/             # Express route definitions
├── views/              # EJS templates for the frontend
├── public/             # Static assets (CSS, JS, images)
├── app.js              # Main application entry point
├── package.json        # Project metadata and dependencies
└── README.md           # Project documentation

Prerequisites

Installation

  1. Clone the Repository:

    git clone https://github.com/aadi1335/QuicklyKit.git
    cd QuicklyKit
  2. Install Dependencies:

    npm install
  3. Start the Application:

    npm start

    The application will run at http://localhost:3000/Login.

Usage

  • Navigate to http://localhost:3000/Login in your browser.
  • Access the tools via the navigation menu.
  • Utilize the QR Code Generator, URL Shortener, and other available utilities.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your enhancements.

License

This project is licensed under the MIT License. See the LICENSE file for details.


This `README.md` provides an overview of QuicklyKit, including its features, project structure, installation steps, usage instructions, and contribution guidelines. Adjust the content as needed to accurately reflect your project's specifics. 

About

This Express.js application is a collection of general-purpose tools for everyday use, including a QR Code Generator, URL Shortener, and more. Built with Express.js, MongoDB, and EJS, it focuses on simplicity and functionality for routine tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published