Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dark Mode Functionality #62 #110

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Existing_API_Collection/DarkMode-API/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>

<script
type="module"
src="https://cdn.jsdelivr.net/npm/@bufferhead/[email protected]/dist/nightowl.js"
></script>
</body>
</html>
55 changes: 55 additions & 0 deletions Existing_API_Collection/DarkMode-API/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# DARK MODE/LIGHT MODE CONVERTOR

Explore random activities to beat boredom! This simple web app uses the Bored API to fetch random activities for users to try out.

## Table of Contents

- [Introduction](#introduction)
- [Demo](#demo)
- [Features](#features)
- [Getting Started](#getting-started)
- [Built With](#built-with)
- [Contributing](#contributing)
- [License](#license)

## Introduction

This web api can convert light mode into dark mode and dark mode to light mode by only fetching the api using a single line

## Demo

Insert a GIF or a link to a live demo of the project here.

## Features

- Simple and intuitive user interface button.
- Responsive design for seamless use on various devices.

## Getting Started

To get a local copy up and running follow these simple steps:

## Getting Started

- Clone the repository:
```sh
git clone https://github.com/tusharyadav11/APIVerse.git
```
- Open the project folder in your code editor.
- Open the `index.html` file in your web browser to view the application locally.

## Built With

- HTML
- CSS
- JavaScript

## Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
## Steps:
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
17 changes: 17 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"@bufferhead/nightowl": "^0.0.14"
}
}
Loading