This is a React-based web application that provides information about various cryptocurrencies. It allows users to view details about individual cryptocurrencies, including their price, market cap, trading volume, and more. Users can also explore historical price data through interactive charts. It also shows latest news about Cryptocurrencies to keep users updated.
- View detailed information about various cryptocurrencies.
- Interactive line charts for historical price data.
- Search functionality to find specific cryptocurrencies.
- Responsive design for a seamless experience on different devices.
-
Clone the repository:
git clone https://github.com/adya14/Criptico.git
-
Navigate to the project directory:
cd your-repo-name -
Install the dependencies:
npm install
-
Start the development server:
npm start
-
Open your web browser and go to http://localhost:3000 to view the website.
- React: Front-end JavaScript library for building user interfaces.
- Ant Design: UI components library for a modern and stylish design.
- Redux: State management for managing complex application states.
- HTML/CSS: Standard web technologies for structuring and styling.
- API for cryptocurrency data: (RapidAPI) Fetching cryptocurrency information.
