Thaiane / codebook

Open-source learning tool that allows to users to follow textbook contents while practicing HTML, CSS and JS using a live code editor.

Home Page:https://fernandomachado90.github.io/codebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codebook

Open-source learning tool that allows to users to follow a textbook while practicing HTML, CSS and JS using a live code editor.

Requisites

Commands

In the project directory, you can run:

make setup

Installs dependencies modules.

make build

Builds deployable version of React app.

make format

Formats source code using Prettier.

make start

Runs the app in development mode on http://localhost:3000.

make test

Launches the test runner in the interactive watch mode.

make publish

Publishes static page to GitHub Pages using gh-pages. Tutorial available here.

Contributing

There are many ways of contributing to this project, from minor typo fixes and code refactoring to adding whole new pages to the book!

The book pages are imported from the src/book directory, in alphabetic order. To get started and understand how your changes impact the book, try adding your name to the credits page.

Credits

About

Open-source learning tool that allows to users to follow textbook contents while practicing HTML, CSS and JS using a live code editor.

https://fernandomachado90.github.io/codebook

License:GNU General Public License v3.0


Languages

Language:JavaScript 90.8%Language:HTML 4.2%Language:CSS 4.1%Language:Makefile 0.7%Language:Shell 0.2%