Skip to content

Tech180/react-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Riley's Website

react-website

Description

This project was intended to explore the ins and outs of React. Much of the work involved understanding how React functions and learning a new and unique language. This website provides information about me and elaborates on who I am as a person.

Demo

20240516213203_1

20240516213212_1

Features

  • Dark mode
  • Email sending
  • Mobile view
  • Resume and info about me
  • Utilization of multiple REST API's

Installation

  1. Clone the repository:

    git clone https://github.com/Tech180/react-website.git
  2. Install the dependencies

    npm install
  3. Run the website!

    npm run dev

Or check it out here!

Components Missing?

  • Unfortunately you'll be missing the authorization of IGDB, however you can easily input a headers file like such with your authorization details (put the headers.json in the public folder ;) ). To aquire the Client-ID and Authorization follow the IGDB link on the website and it'll direct you to their API documentation with all of the necessary details.
    {
        "Accept": "application/json",
        "Client-ID": "",
        "Authorization": "",
        "Content-Type": "application/json"
    }

Releases

No releases published

Packages

No packages published