This repository has been archived by the owner on Aug 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update lessons to remove most dependency on Glitch (#718)
* Update lessons to remove most dependency on Glitch The current lessons have a heavy dependency on Glitch, with most exercises asking the trainees to do their work on Glitch. This has caused some confusion among the trainees as they were wondering the importance of Glitch and how it relates to Node. The following changes move Glitch more into the background and ask trainees to do most of their work locally, with the usual Pull Request procedure to submit their homework solutions. Main changes in short: * Moved all of the previous Glitch projects to https://github.com/CodeYourFuture/Node-Exercises * Changed all of the notes that ask for remixes to simply clone the above repo and do the changes over there * Updated Week 1's intro to ask trainees to play with the project locally instead of remixing it on Glitch * Changed the demo project from `cyfcats` to `cyf-simple-server`, as the latter is more relevant in relation to API creation. * Update docs/node/week-1/lesson.md Signed-off-by: Sally McGrath <[email protected]> * Update docs/node/week-1/lesson.md Signed-off-by: Sally McGrath <[email protected]> * Update docs/node/week-1/lesson.md Signed-off-by: Sally McGrath <[email protected]> * Update docs/node/week-1/lesson.md Signed-off-by: Sally McGrath <[email protected]> --------- Signed-off-by: Sally McGrath <[email protected]> Co-authored-by: Sally McGrath <[email protected]>
- Loading branch information
1 parent
f3dcc0f
commit 6a0cdde
Showing
5 changed files
with
69 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters