Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesbol6647/js-projects
In this repository, there are basic projects I have created for learning purposes using JavaScript DOM manipulations and, in some cases, the Fetch API.
https://github.com/mesbol6647/js-projects
css-flexbox css3 dom-manipulation fetch-api html5 javascript
Last synced: about 1 month ago
JSON representation
In this repository, there are basic projects I have created for learning purposes using JavaScript DOM manipulations and, in some cases, the Fetch API.
- Host: GitHub
- URL: https://github.com/mesbol6647/js-projects
- Owner: mesbol6647
- Created: 2023-11-02T20:26:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-18T15:34:04.000Z (8 months ago)
- Last Synced: 2024-11-05T11:10:15.143Z (3 months ago)
- Topics: css-flexbox, css3, dom-manipulation, fetch-api, html5, javascript
- Language: JavaScript
- Homepage:
- Size: 5.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JS-00 Projects
Technologies •
Getting Started •
Collaborators •
Contribute
Description
In this repository, there are basic projects I have created for learning purposes using JavaScript DOM manipulations and, in some cases, the Fetch API. Below are the GIFs of the projects..
🎨 Layout
💻 Technologies
- Javascript
- Js(Dom Manipulations)
- Html
- Css🚀 Getting started
Here you describe how to run your project locally
Cloning
How to clone your project
```bash
git clone https://github.com/mesbol6647/JS-projects.git
```Starting
How to start your project
```bash
cd project-name
npm some-command-to-run
```🤝 Collaborators
Special thank you for all people that contributed for this project.
📫 Contribute
Here you will explain how other developers can contribute to your project. For example, explaining how can create their branches, which patterns to follow and how to open an pull request
1. `git clone https://github.com/mesbol6647/JS-projects.git`
2. `git checkout -b feature/NAME`
3. Follow commit patterns
4. Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!Documentations that might help
[📝 How to create a Pull Request](https://www.atlassian.com/br/git/tutorials/making-a-pull-request)
[💾 Commit pattern](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716)