https://github.com/hacker1649/javascript-basic
This repository features fundamental projects built with vanilla JavaScript.
https://github.com/hacker1649/javascript-basic
css3 fetch-api html5 javascript quotable-api wikipedia-api
Last synced: 4 months ago
JSON representation
This repository features fundamental projects built with vanilla JavaScript.
- Host: GitHub
- URL: https://github.com/hacker1649/javascript-basic
- Owner: hacker1649
- Created: 2024-06-07T18:00:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-07T18:29:36.000Z (about 1 year ago)
- Last Synced: 2024-12-31T15:50:00.813Z (6 months ago)
- Topics: css3, fetch-api, html5, javascript, quotable-api, wikipedia-api
- Language: CSS
- Homepage:
- Size: 555 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic JavaScript Projects
This repository contains a collection of basic projects built with vanilla JavaScript to help you practice and enhance your coding skills.
## Projects Included
1- **Counter**: A simple counter that increments or decrements a value.
2- **Random Quotes**: Fetches and displays random quotes from an external API.
3- **Theme Changer**: Allows users to switch between different themes (i.e., light and dark mode).
4- **To-Do List**: A basic to-do list application for managing tasks.
5- **Wikipedia Viewer**: Searches and displays Wikipedia articles using the Wikipedia API.
## Getting Started
To get started with these projects, simply clone the repository and open the respective HTML files in your browser.
```
git clone https://github.com/hacker1649/javascript-basic.git
cd javascript-basic
```