Pingcrm

screenshot of Pingcrm
rails
vite
vue
tailwind

PingCRM on Rails - A Ruby on Rails demo application to illustrate how Inertia.js works

Overview

PingCRM on Rails is a demo application showcasing the use of Inertia.js with Ruby on Rails and Vue.js 3. It offers a seamless experience for developers interested in exploring Inertia.js without the need to install PHP. The application is a Ruby on Rails port of the original PingCRM, which was written in Laravel/PHP. Users can access a hosted version of the demo for hands-on experience.

Features

  • Ruby on Rails and Vue.js 3: Utilizes Ruby on Rails and Vue.js 3 for a modern stack.
  • Inertia.js Integration: Showcases the use of Inertia.js for seamless client-side interactions.
  • Demo Installation: Provides a simple installation process for local setup.
  • Lighthouse Performance Audit: Includes a Lighthouse performance audit for optimization.
  • Testing Capabilities: Offers the ability to run tests to ensure application functionality.
  • Requirements: Clearly outlines the necessary requirements for running PingCRM on Rails.
  • Credits: Acknowledges the original work and contributors behind PingCRM.
rails
Ruby on Rails

Ruby on Rails, often referred to as Rails, is an open-source web application framework written in Ruby. Known for its convention over configuration and don't repeat yourself (DRY) principles, Rails simplifies and accelerates the development of database-backed web applications.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.