manogna-chinta / linkarooie

Linkarooie: Hop Your Way Through the Web

Home Page:https://linkarooie.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linkarooie

Linkaroo

Overview

This custom dashboard is a Ruby on Rails application developed for personal use and serves as a learning platform for Ruby on Rails. The dashboard is designed to be the default page that opens up in your web browser. It features the capability to manage links and customize the look and feel to match your preferences.

Screenshot of Linkaroo

Built With

  • Ruby 3.2.2
  • Ruby on Rails
  • SQLite Database (PostgreSQL in production coming soon)
  • AWS Services (coming soon)
  • GitHub Actions (coming soon)
  • Ubuntu 22.04

Features

  • Add Links: Easily add links to your dashboard that open in a new window.
  • Pin Links: Highlight essential links for easy access.
  • Customization: Change the background color and add a background image to personalize your dashboard.
  • User Management: Sign up and manage your customized dashboard settings.

Getting Started

Prerequisites

  • Ruby 3.2.2
  • Ruby on Rails
  • SQLite
  • NodeJS
  • Yarn

Installation

  1. Clone the repository.

git clone https://github.com/loftwah/linkaroo.git

  1. Navigate to the project directory.

cd linkaroo

  1. Install dependencies.

    bundle install
    yarn install
  2. Create and migrate the database.

    rails db:create db:migrate
  3. Start the Rails server.

    rails s

Visit http://localhost:3000 to view your custom dashboard.

Usage

To add links, sign up and navigate to your dashboard settings. Here, you can manage and pin links, as well as customize your dashboard's appearance.

AWS Services Used (coming soon)

  • S3
  • EC2
  • ECS
  • RDS
  • Elasticache
  • SNS
  • SQS
  • SES
  • Twilio
  • Cloudflare

GitHub Actions Workflow (coming soon)

All code changes are automatically tested using GitHub Actions, focusing on region-specific AWS integration tests.

Contributing

This project is for personal use and learning. Feel free to fork and use it as a base for your custom dashboard.

License

MIT License. See LICENSE for more information.

About

Linkarooie: Hop Your Way Through the Web

https://linkarooie.com

License:MIT License


Languages

Language:Ruby 58.3%Language:HTML 36.6%Language:JavaScript 3.0%Language:Dockerfile 1.0%Language:SCSS 0.7%Language:Shell 0.4%