CoinBoat is a cryptocurrency listing website developed with Next.js, Redux Toolkit, and Tailwind CSS.
CoinBoat is a platform that provides up-to-date information about various cryptocurrencies. It aims to help users stay informed about the latest trends, prices, and market data in the world of cryptocurrencies.
- Cryptocurrency Listings: View a comprehensive list of various cryptocurrencies along with their prices, market caps, and other relevant data.
- Search and Filter: Easily search and filter cryptocurrencies based on specific criteria such as name, symbol, or market cap.
- Detailed Information: Access detailed information about each cryptocurrency, including historical price charts, market trends, and key statistics.
- Favorite Cryptocurrencies: Mark your favorite cryptocurrencies for quick access and personalized tracking.
- Responsive Design: Enjoy a seamless experience across different devices and screen sizes.
To get a local copy of CoinBoat up and running on your machine, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/coinboat.git
- Navigate to the project directory:
cd coinboat
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit http://localhost:3000 to see CoinBoat in action.
CoinBoat provides a user-friendly interface that allows you to explore and interact with cryptocurrency data effortlessly. Here are some tips to help you navigate the website effectively:
- Home: The homepage displays a list of the top cryptocurrencies by market capitalization. You can click on a specific cryptocurrency to view more details.
- Search: Use the search bar to find a particular cryptocurrency by its name, symbol, or other attributes.
- Filters: Apply filters to narrow down the list of cryptocurrencies based on criteria such as price range, market cap, or trading volume.
- Favorites: Click the heart icon on any cryptocurrency to add it to your favorites list. You can access your favorite cryptocurrencies quickly from the sidebar.
- Detailed View: In the detailed view of a cryptocurrency, you'll find charts, historical data, and other relevant information to help you make informed decisions.
Contributions are welcome and encouraged! If you'd like to contribute to CoinBoat, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b my-feature
. - Make the necessary changes and commit your work.
- Push your changes to your forked repository:
git push origin my-feature
. - Open a pull request detailing your changes.
This project is licensed under the MIT License. Feel free to use, modify, and distribute this code as per the terms of the license.