Skip to content

mallorysmith64/octodex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Octodex! 😃

Objective: Remake GitHub Octodex

Technologies Used: React.js, Netlify, Bulma CSS Framework, CSS Flexbox, HTML5

Checkout my version of Octodex here: https://octodex-mallorysmith64.netlify.com/

To run this project locally: git clone https://github.com/mallorysmith64/octodex.git
cd octodex
yarn install
yarn start

Cheers.

Note: "yarn install is used to install all dependencies for a project.
This is most commonly used when you have just checked out code for a project
or when another developer on the project has added a new dependency that you need to pick up."
Source: https://yarnpkg.com/en/docs/cli/install