Git Product home page Git Product logo

learn-web-dev-svelte's Introduction

Learn Web Development

Learn Web Dev is a beginner-friendly web-based platform that provides guided learning paths for individuals starting their web development journey. With opinionated paths and redirection to relevant resources, users can confidently explore and learn at their own pace. The project incorporates chapter-based challenges to reinforce knowledge and offers a supportive discord server for new web developers eager to dive into the world of web development.

Contribution

Contributions are highly encouraged and welcomed! To get started, please refer to the project board to identify tasks that require attention.

To contribute, begin by forking the repository and creating a new branch with a descriptive name, incorporating the respective issue number. For instance, if you are addressing issue #1, your branch should be named 1-branch-name. Once you have finished your work, submit a pull request to the main branch.

To ensure clarity, please prefix each branch name according to its purpose, such as feat for a feature, fix for a bug fix, refactor for a code refactor, or chore for general tasks. For commit messages, we follow the guidelines of Conventional Commits.

We appreciate your valuable contributions and look forward to collaborating with you!

learn-web-dev-svelte's People

Contributors

wiktoriavh avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

mafrans hmd-ali

learn-web-dev-svelte's Issues

Terminals & Shells

Continuation of wiktoriavh/learn-web-dev#14

I think it's important that we introduce the concept of a terminal and a shell in succession, and make sure to separate them out into individual concepts. It's easy for a beginner to get them mixed up (in fact, many guides regularly do).

Almost every linux distro uses bash as its default shell, MacOS uses zsh as of Catalina (2019) and, ever since Windows Terminal released, Windows's default shell has been PowerShell. Personally I use zsh, but either bash or zsh should be a good introductory option. Windows does not support either without WSL, which poses a problem - if we can't accept PS we will have to introduce WSL before the concept of a shell, even though WSL itself is presented through a shell.

As for terminals, MacOS and Windows both come pre-installed with decent terminals that could be introduced, but on Linux it really depends on which desktop environment you have installed (GNOME uses Gnome Terminal, KDE uses Konsole, Sway uses Foot, etc.). One option could be to simply ditch the default terminal and recommend a cross-platform terminal like Kitty.

write unit tests for existing components and functions

As a developer, I want to test my functions and components, so I know that they don't have any errors.

Vitest has already been added to the project, Testing Library is still missing. Once added, unit tests need to be done for components and functions.

resources for learning basic javascript operations

basic javascript operations should be learned here, before we jump into the dom manipulation.
operations would include how to write a function, what the difference is between let and const, different type of loops, etc.

Card design and structure

Continuation of wiktoriavh/learn-web-dev#52

With the new website, it's worth putting more thought into how we want to introduce topics, and whether cards like these are necessary the best way to do so.

I put up a design as an option for how a card based system could work, but that does not necessarily mean I think it's the best way to go ahead. I will leave this issue open as I explore other possibilities.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.