react-website
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.
- Dark mode
- Email sending
- Mobile view
- Resume and info about me
- Utilization of multiple REST API's
-
Clone the repository:
git clone https://github.com/Tech180/react-website.git
-
Install the dependencies
npm install
-
Run the website!
npm run dev
Or check it out here!
- 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" }