- Notifications
You must be signed in to change notification settings - Fork6
Javascript projects for newbies, code and learn.
License
NotificationsYou must be signed in to change notification settings
chryz-hub/js-projects
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a repository where codes, programs and projects written in javascript are brought together for the growth, fast learning and also the creating of hand-on-projectsexperiences for codenewbies (beginners) and developers in theJAVASCRIPT
programming language
Feel free to create anissue or make a Pull Request. Please see ourContributing filefirst and ourCode of conduct, before making new commits or opening a PR, we appreciate it!In order for us not to ignore your effort, please check well not to make a duplicate of a PR(contribution) or issue.
- Put the project, codes or program in a directory (like a repository)
- Add a
README file
which explains:- How to run the program locally
- If possible, add necessary links either leading to an article, a video or a documentation that is related to the codes available
- Explain the functions of each codes available in the repository or directory
- If necessary, add snippets of codes explaining things difficult to understand in the
README file
of the project - Writing of comments in the codes would be of real help