An open API service indexing awesome lists of open source software.

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.

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
```