alfonsotech / game-of-life-fcc

The Game Of Life built with React.

Home Page:https://alfonsotech.github.io/game-of-life-fcc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game Of Life

This Game Of Life game uses an algorythm to generate squares that will appear or disappear based on the rules developed by John Conway. A project built for the FreeCodeCamp's Data Visualization Certificate.

Getting Started

Fork the game-of-life-fcc repo.

Clone your forked repo.

Set your remote upstream to the original repo.

Built With

Author

Rita Alfonso

License

This project is licensed under the MIT License - see the LICENSE.md file for details

This project was bootstrapped with Create React App.

Folder Structure

After creation, your project should look like this:

markdown-previewer/
  README.md
  node_modules/
  package.json
  public/
    index.html
  src/
    index.css
    index.js

For the project to build, these files must exist with exact filenames:

  • public/index.html is the page template;
  • src/index.js is the JavaScript entry point.

You can delete or rename the other files.

You may create subdirectories inside src. For faster rebuilds, only files inside src are processed by Webpack.
You need to put any JS and CSS files inside src, otherwise Webpack won’t see them.

Only files inside public can be used from public/index.html.
Read instructions below for using assets from JavaScript and HTML.

You can, however, create more top-level directories.
They will not be included in the production build so you can use them for things like documentation.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Acknowledgements

Thanks to Beau Carnes for this tutorial: https://www.youtube.com/watch?v=PM0_Er3SvFQ&t=1793s

About

The Game Of Life built with React.

https://alfonsotech.github.io/game-of-life-fcc/


Languages

Language:JavaScript 81.0%Language:HTML 10.0%Language:CSS 9.0%