Aaravshukla15 / Crypto-Trivia

Crypto Trivia is a React web app that allows users to search for information about Crypto Currencies. It displays real-time data such as prices, market caps, and other key metrics for various Crypto Currencies.

Home Page:https://crypto-trivia.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto-Trivia

Crypto Trivia is a React web app that allows users to search for information about Crypto Currencies. It displays real-time data such as prices, market caps, and other key metrics for various Crypto Currencies.

Features

  • Search for cryptocurrencies: Users can search for cryptocurrencies by name using the search bar.
  • View cryptocurrency details: Users can click on a cryptocurrency card to view detailed information about that cryptocurrency, including its price, market cap, volume, and other key metrics, etc.
  • Sort and filter cryptocurrencies: Users can sort and filter cryptocurrencies based on names of Currencies.
  • Responsive design: The app is fully responsive and optimized for different screen sizes, making it accessible on desktop and mobile devices.

Technologies Used

  • React: JavaScript library for building user interfaces
  • Axios: Promise-based HTTP client for making API requests
  • CoinStats Postman API: API for getting cryptocurrency data.

Installation

  1. Clone the repository: git clone https://github.com/your-username/crypto-trivia.git
  2. Change to the project directory: cd crypto-trivia
  3. Install dependencies: npm install
  4. Start the development server: npm start
  5. Open your web browser and go to http://localhost:3000 to view the app locally.

Configuration

The app uses the CoinStats Postman API to fetch cryptocurrency data. You get API key to at Postman's Site.

Link- https://documenter.getpostman.com/view/5734027/RzZ6Hzr3

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please create an issue or submit a pull request.

Getting Started with Create React App

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

About

Crypto Trivia is a React web app that allows users to search for information about Crypto Currencies. It displays real-time data such as prices, market caps, and other key metrics for various Crypto Currencies.

https://crypto-trivia.netlify.app/

License:Mozilla Public License 2.0


Languages

Language:JavaScript 63.1%Language:CSS 26.8%Language:HTML 10.0%