Crypto World is a web application built with ReactJS that allows users to explore the latest prices and details of top cryptocurrencies, as well as stay updated with news related to the crypto world. This README file provides an overview of the project, how to set it up locally, and instructions for deployment using Netlify or Vercel.
- View latest prices and details of top cryptocurrencies
- Stay updated with news related to the crypto world
A demo version of the project can be accessed at https://crypto-world-22.netlify.app/.
To run the project locally, follow these steps:
- Ensure that you have Node.js and npm installed on your machine.
- Clone this repository to your local machine or download the source code as a ZIP file.
- Open a terminal and navigate to the project's root directory.
- Run the following command to install the project dependencies:
npm install
After completing the installation steps, you can start the project by running the following command in the terminal:
npm run start
This will start the development server, and you can access the application in your browser at http://localhost:3000
.
The project can be easily deployed using either Netlify or Vercel. Follow the steps below to deploy the application to your preferred platform.
- Sign up for a free account on Netlify if you haven't already.
- From the Netlify dashboard, click on "New site from Git."
- Connect your Git repository and choose the branch you want to deploy (e.g., main).
- Configure the build settings:
- Build command:
npm run build
- Publish directory:
build
- Build command:
- Click on "Deploy site" to start the deployment process.
- Once the deployment is complete, Netlify will provide you with a URL for your deployed application.
- Sign up for a free account on Vercel if you haven't already.
- From the Vercel dashboard, click on "Import project."
- Choose your Git repository and select the branch you want to deploy (e.g., main).
- Configure the project settings:
- Build Command:
npm run build
- Output Directory:
build
- Build Command:
- Click on "Deploy" to start the deployment process.
- Once the deployment is complete, Vercel will provide you with a URL for your deployed application.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please submit an issue or pull request.