Skip to content

Theon-X is a website built with Next.js and Express.js that provides live news and cryptocurrency prices.

Notifications You must be signed in to change notification settings

theonrex/theon-X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

Theon-X

Theon-X is a website built with Next.js and Express.js that provides live news and cryptocurrency prices.

Features

  • Live news using the Cryptopanic API
  • Live cryptocurrency prices using the CoinGecko API

Getting Started

Prerequisites Before you get started, make sure you have the following requirements installed on your machine:

  • Node.js
  • npm

Installation

Clone this repository to your local machine: Copy code

git clone https://github.com/theonrex/theon-X 

Navigate to the project directory:

cd theon-x 

Install the dependencies:

Copy code

npm install

Create a file called .env in the root of the project and add the following environment variables: Copy code

CRYPTOPANIC_API_KEY=YOUR_API_KEY

Replace YOUR_API_KEY with your actual API keys for Cryptopanic.

Start the development server: Copy code

npm run dev

The website should now be running at http://localhost:3000.

Deployment To deploy theon-x to a production environment, follow these steps:

Build the production version of the website:

npm run build

Built With

About

Theon-X is a website built with Next.js and Express.js that provides live news and cryptocurrency prices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published