An open API service indexing awesome lists of open source software.

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

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  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