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.
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.
npm install to grab all necessary libraries and dependencies, streamlining the setup process.npm start to launch the app in development mode, with live reloading for any edits made, enhancing real-time collaboration.npm test activates the test runner in an interactive watch mode, making it easy to ensure code quality.npm run deploy to create an optimized build for production, with automatic updates and deployment to GitHub Pages.