Casino App screenshot

Casino App

Author Avatar Theme by Kadrigbemi
Updated: 4 Sep 2020
17 Stars

Here is a website made with (HTML5, CSS3, SCSS, ReactJs, React-Material-UI) that will display the prices of different crypto-currencies. The prices will be fetched from a 3rd party API service.

Categories

Overview

This project utilizes the powerful Create React App framework, allowing developers to set up a robust and efficient React application effortlessly. The ability to deploy directly to GitHub Pages simplifies the process of sharing applications with others. With built-in features for development and testing, it provides a smooth workflow for both new and experienced developers.

Features

  • Easy Dependency Management: Simply run npm install to grab all necessary libraries and dependencies, streamlining the setup process.
  • Development Server: Use npm start to launch the app in development mode, with live reloading for any edits made, enhancing real-time collaboration.
  • Test Runner: The command npm test activates the test runner in an interactive watch mode, making it easy to ensure code quality.
  • Production Build: Execute npm run deploy to create an optimized build for production, with automatic updates and deployment to GitHub Pages.
  • Lint Error Visibility: Any linting issues are conveniently displayed in the console during development, helping maintain code standards.