All Projects → suncoast-devs → handbook

suncoast-devs / handbook

Licence: CC-BY-SA-4.0 license
A guide for members of the Suncoast Developers Guild

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to handbook

Project-Online-Shopping-Website
Project for the subject of "Web Technologies"
Stars: ✭ 37 (+131.25%)
Mutual labels:  web-development
hellhound
A set of libraries to create asynchronous, high performance, scalable and simple application.
Stars: ✭ 33 (+106.25%)
Mutual labels:  web-development
coindesk-dashboard
Transform a nice behance.com design in HTML,CSS
Stars: ✭ 13 (-18.75%)
Mutual labels:  web-development
Heel2Toe
A beginner-friendly repository to get started with HTML, CSS, and JS.
Stars: ✭ 22 (+37.5%)
Mutual labels:  web-development
cs-sakaryauniversity
Sakarya Üniversitesi'nde okuduğum süre boyunca karşıma çıkan tüm ödevler, ders notları ve çıkmış sınav soruları (All the assignments, lecture notes and exams)
Stars: ✭ 133 (+731.25%)
Mutual labels:  web-development
LifestyleStore
An Online Shopping website[Built for learning purpose]
Stars: ✭ 41 (+156.25%)
Mutual labels:  web-development
sorting-visualizer
A Sorting Algorithms Visualizer built using ReactJS
Stars: ✭ 38 (+137.5%)
Mutual labels:  web-development
Codebot
Free and open source (MIT license) web-based IDE focused on game development.
Stars: ✭ 86 (+437.5%)
Mutual labels:  web-development
rottenjs
An all-in-one (2.6kb) Javascript library for web development
Stars: ✭ 15 (-6.25%)
Mutual labels:  web-development
purescript-pop
😃 A functional reactive programming (FRP) demo created with PureScript events and behaviors.
Stars: ✭ 33 (+106.25%)
Mutual labels:  web-development
advanced-web-developer-bootcamp-notes-examples-and-exercises
Examples and Exercises compiled. From the awesome Advanced Web Developer Bootcamp
Stars: ✭ 24 (+50%)
Mutual labels:  web-development
Viewer
Viewer is a configurable application template that enables you to display an ArcGIS web map using a variety of tools.
Stars: ✭ 56 (+250%)
Mutual labels:  web-development
Online-Food-Ordering-Web-App
Online Food Ordering System Website using basic PHP, SQL, HTML & CSS. You can use any one of XAMPP, WAMP or LAMP server to run the Web App
Stars: ✭ 96 (+500%)
Mutual labels:  web-development
Web-Developer-Roadmap
Roadmap to becoming a web developer in 2017
Stars: ✭ 20 (+25%)
Mutual labels:  web-development
List-of-Learning-Resources
This collection provides a list of educational resources for Software Engineers. Feel free to add your favorite resources as well and help others in their journey of learning.
Stars: ✭ 363 (+2168.75%)
Mutual labels:  web-development
CC33Z
Curso de Ciência da Computação
Stars: ✭ 50 (+212.5%)
Mutual labels:  web-development
terraform-cloudflare-maintenance
Terraform module to create a responsive Maintenance Page using Cloudflare Workers.
Stars: ✭ 111 (+593.75%)
Mutual labels:  web-development
workflowmanager-viewer-js
Source code for ArcGIS Workflow Manager JavaScript viewer - Manage your workflows on the web.
Stars: ✭ 23 (+43.75%)
Mutual labels:  web-development
Apni-Dukaan
An E-commerce site to buy products of need.
Stars: ✭ 27 (+68.75%)
Mutual labels:  web-development
trackeRapp
An interactive web application for the analysis of sports data from GPS-enabled tracking devices
Stars: ✭ 27 (+68.75%)
Mutual labels:  web-development

Suncoast Developers Guild Handbook

License: CC BY-SA 4.0

A guide for students of the Suncoast Developers Guild.

🚀 Quick start for contributors

  1. Enter the web directory.

    cd web
  2. Install dependencies.

    We use the yarn package manager.

    yarn install
  3. Start developing.

    Navigate into the site’s directory and start it up.

    cd web
    yarn start
  4. Open the source code and start editing!

    The handbook is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying data. Learn more about using this tool in the Gatsby tutorial.

🧐 What's inside?

A quick look at the some of the files and directories you'll see.

.
├── assignments
├── lessons
├── meta
├── programs
├── warm-ups
├── web
├── .prettierrc.json
├── LICENSE
├── README.md
  1. /assignments: This directory contains markdown formatted Assignments referenced by Lessons.

  2. /lessons: This directory contains Lesson definitions. Each lessons contains markdown-formatted reading, lecture notes and associated presentations.

  3. /meta: Legacy content and some other things like writing style guides, work-in-progress lessons, etc.

  4. /programs: YAML definitions of the Programs offered by SDG. This is where a Program is associated with Lessons (via Modules).

  5. /warm-ups: A sort-of miniature lesson/assignment used as a warm-up or practice outside of lecture time.

  6. /web: This directory contains the actual Gatsby project the powers our Handbook.

  7. .prettierrc.json: This is a configuration file for Prettier. Prettier is a tool to help keep the formatting of code consistent. All contributions to this repository should be formatted according to these rules.

  8. LICENSE: Our Handbook's content is licened up a Creative Commons (CC BY-SA 4.0) license. The web application is MIT.

  9. README.md: You're looking at it!

🎓 Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives on the website.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].