minimaLINK is a URL shortening service that takes long URLs and creates much shorter, manageable URLs.
This project is built using Node.js for the backend and PostgreSQL for the database, and features a simple yet elegant frontend with dark theme design.
You can check out the live demo - https://mnmlnk.netlify.app.
- Dark-Themed UI: The application features a beautiful dark theme with a carefully chosen color palette and accent colors to ensure a professional and visually appealing user experience.
- Responsive Design: Built with Material-UI, the frontend is fully responsive, ensuring compatibility across all devices.
- Interactive Components:
- Header and Footer: The app includes a fixed header and footer, enhancing navigation and branding.
- Typography and Layout: Elegant use of typography and layout components to ensure readability and a modern look.
- Shortened URL Display: The shortened URL is displayed in a card format with a "Copy to Clipboard" icon, making it user-friendly.
- Loading Indicators: A loading progress indicator is displayed when the user clicks the "Shorten URL" button, providing feedback while the link is being processed.
- Alerts: Integrated Material-UI alert system to provide feedback on success or error states in a polished manner.
- RESTful API: The backend is built using Express.js, offering a clean and structured RESTful API for URL shortening and redirection.
- PostgreSQL Integration: Robust database management with PostgreSQL, including dynamic querying to handle URL storage and retrieval efficiently.
- Base62 Encoding: Custom implementation of Base62 encoding for creating short and unique URL identifiers.
- Error Handling: Comprehensive error handling ensures stability and reliability of the application.
- Netlify: The frontend is deployed on Netlify, ensuring fast and scalable hosting.
- Environment Variables: The application is configured using environment variables for sensitive information, ensuring security and flexibility in different environments.
- Node.js
- PostgreSQL
-
Clone the Repository:
git clone https://github.com/yourusername/minimaLINK.git cd minimaLINK
-
Install Dependencies:
npm install
-
Start the Application:
npm start
-
Build Your Pipeline:
- Create an account.
- Shorten long URLS.
- Use the delete buttons to delete.
- Submit your world and check clicks.
- React.js: For building the interactive and responsive user interface.
- Material-UI: For designing a sleek, modern, and responsive UI with built-in components.
- Express.js: Backend framework used to create a RESTful API for URL shortening and redirection.
- Node.js: Server environment for running Express.js and handling asynchronous operations.
- PostgreSQL: Relational database used to store and manage URLs securely and efficiently.
- Netlify: For deploying the frontend and ensuring fast, scalable, and secure hosting.
- Base62 Encoding: Custom implementation used for generating unique, shortened URLs.
- dotenv: For managing environment variables and keeping sensitive data secure.
- Cors: Middleware to enable cross-origin resource sharing between the frontend and backend.
Add screenshots of the application here to visually demonstrate its features.
Contributions, issues, and feature requests are welcome! Feel free to check out the issues page.
This project is licensed under the MIT License - see the LICENSE file for details.