React-Practice

Motivation

Solo practice in React done on personal time while attending the Nashville Software School.

Practice

Tic Tac Toe

A tic tac toe game built following the introduction React tutorial and a Breaktech tutorial to learn from two different perspectives on the same project.

To Use

  1. Fork this repo.
  2. Clone it down.
  3. cd Tic Tac Toe/tic-tac-toe
  4. run npm start

Note Taking Tutorial

A note taking app made with Firebase while following a Wes Doyle Tutorial.

To Use

  1. Fork this repo.
  2. Clone it down.
  3. cd note-taking-tutorial/note-taking/
  4. run npm install
  5. Add firebase credentials to src/Config/Config.js
         'use strict';
    export const DB_CONFIG = {
        apiKey: "",
        authDomain: "",
        databaseURL: "",
        projectId: "",
        storageBucket: "",
        messagingSenderId: ""
     };
    
  6. run npm start