marshallmcdonnell / my-hooks-movie-app

My work to implement the movie application built using React hooks tutorial project

Home Page:https://marshallmcdonnell.github.io/my-hooks-movie-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My React Hooks Movie App

This is my work to implement the project from Samuel Omole's React Hooks Movie App blog post

Samuel Omole's GitHub repo of the project can be found here. I suggest using his repo since it is maintained, this is only my work to learn his project.

This is one of the projects in Simon Holdorf's suggested projects for improving your frontend skills in 2020 blog post

Prerequisites

Things you need to get started:

  • A recent version of Node running on your machine (8.0 or higher), check this link to download it.

Installing

To get the project running, follow these steps:

  • Create a folder -Enter/Navigate into that folder
cd <folder-name>
  • Clone this repository:
git clone https://github.com/marshallmcdonnell/my-hooks-movie-app.git
  • Install all the project's dependencies:
yarn or npm install
  • Once that's done, run the project:
npm start or yarn start

Built With

  • Javascript
  • React - (UI library)

About

My work to implement the movie application built using React hooks tutorial project

https://marshallmcdonnell.github.io/my-hooks-movie-app/


Languages

Language:JavaScript 73.3%Language:CSS 13.9%Language:HTML 12.8%