https://github.com/kgotsosm/bitnine
Bitnine coding test Question 5-1 and 5-2
https://github.com/kgotsosm/bitnine
cloudflare-pages ionicons javascript react tailwind-css
Last synced: about 1 month ago
JSON representation
Bitnine coding test Question 5-1 and 5-2
- Host: GitHub
- URL: https://github.com/kgotsosm/bitnine
- Owner: kgotsosm
- Created: 2023-08-21T11:07:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T20:03:37.000Z (about 2 years ago)
- Last Synced: 2023-12-01T19:47:44.283Z (about 2 years ago)
- Topics: cloudflare-pages, ionicons, javascript, react, tailwind-css
- Language: JavaScript
- Homepage: https://bitnine.pages.dev/
- Size: 1.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kgotso Makhalimele - Bitnine Clone
### Question 5-1 and Question 5-2
This project is a clone of the [bitnine.net](https://bitnine.net/) website. It was created as part of my internship coding challenge and is **hosted on [bitnine.pages.dev](https://bitnine.pages.dev/)**.
The version of the challenge running a Node.js backend can be found at this repo: [bitnine-local](https://github.com/kgotsosm/bitnine-local) to be run locally.
## Deployed with
Cloudflare Pages
## Table of Contents
- [Kgotso Makhalimele - Bitnine Clone](#kgotso-makhalimele---bitnine-clone)
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
## Introduction
This project is a clone of the official Bitnine website and demonstrates my ability to replicate the design and functionality of a real-world website. The cloned website is hosted on [bitnine.pages.dev](https://bitnine.pages.dev/) and can be accessed online.
## Features
- Replicates the design and layout of the bitnine.net website.
- Utilizes React for building the user interface.
- Implements Vite for fast development and builds.
- Uses Tailwind CSS for styling.
- Incorporates Ionicons for vector icons.
## Technologies Used
- React
- Vite
- Tailwind CSS
- Ionicons
## Getting Started
Follow these instructions to get a copy of the project up and running on your local machine for development and testing. You can also visit the live demo **at [bitnine.pages.dev](https://bitnine.pages.dev/)** and sign up to be able to view the content. Alternatively, you can sign up / sign in using Google or Github.
### Prerequisites
Before you begin, ensure you have the following software installed:
- Node.js: [Download and install Node.js](https://nodejs.org/)
### Installation
1. Clone the repository:
```shell
$ git clone https://github.com/kgotsosm/bitnine.git
2. Navigate to the project directory:
```shell
$ cd bitnine
3. Install the dependencies:
```shell
$ npm install
### Usage
After completing the installation steps, you can start the development server:
```shell
$ npm run dev