Super Rentals

screenshot of Super Rentals
ember

Codebase for the Super Rentals official tutorial

Overview:

This project is a working repository for the Super Rentals tutorial, utilizing GitHub Actions for continuous integration. The tutorial focuses on creating a rental booking application using Ember.js and requires several prerequisites installed on your computer, such as Git, Node.js, Yarn, Ember CLI, Google Chrome, and a Mapbox API token with specific scope. The installation process involves cloning the repository, installing dependencies with yarn, and running the app locally. Further, the theme provides features such as testing, linting, building, and deployment instructions.

Features:

  • GitHub Actions Integration: Utilizes GitHub Actions for continuous integration purposes.
  • Prerequisites Installation: Requires Git, Node.js, Yarn, Ember CLI, Google Chrome, and a Mapbox API token with specific scope.
  • Local Development Server: Run the app locally using ember serve and access it at http://localhost:4200.
  • Code Generators: Leverage code generators for creating various functionalities with ember generate.
  • Testing and Linting: Includes commands for running tests, linting Handlebars and JavaScript files.
  • Building: Instructions for building the app for development or production environment.
  • Deployment: Provides information on how to deploy the app after development.
ember
Ember

Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.

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.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.