Cryptoplace is a web application that allows users to view the current rates of various cryptocurrencies and provides a visual chart showing the rate trends over the last 10 days.
- Real-Time Cryptocurrency Rates: Displays up-to-date rates for popular cryptocurrencies.
- 10-Day Trend Chart: Visualize the price trends of cryptocurrencies over the last 10 days.
- Responsive Design: Works seamlessly across different devices and screen sizes.
- React: JavaScript library for building user interfaces.
- Vite: Next-generation frontend tooling for fast development.
- Charting Library: Chart.js for displaying charts.
- CSS Modules: Scoped and maintainable styling.
- Clone the repository:
git clone https://github.com/NikhilDadhania/cryptoplace.git
- Navigate to the project directory:
cd cryptoplace
- Install dependencies:
npm install
- Start the development server:
npm run dev
- The homepage displays a list of cryptocurrencies with their current rates.
- Select a cryptocurrency to view its rate and a 10-day trend chart.
- Chart.js for the charting library.
- CoinGecko API for providing the cryptocurrency data.