diff --git a/Existing_API_Collection/DarkMode-API/index.html b/Existing_API_Collection/DarkMode-API/index.html new file mode 100644 index 0000000..5fd6ae5 --- /dev/null +++ b/Existing_API_Collection/DarkMode-API/index.html @@ -0,0 +1,15 @@ + + + + + + Document + + + + + + \ No newline at end of file diff --git a/Existing_API_Collection/DarkMode-API/readme.md b/Existing_API_Collection/DarkMode-API/readme.md new file mode 100644 index 0000000..6eaf11a --- /dev/null +++ b/Existing_API_Collection/DarkMode-API/readme.md @@ -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 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..498b45b --- /dev/null +++ b/package-lock.json @@ -0,0 +1,17 @@ +{ + "name": "APIVerse", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "dependencies": { + "@bufferhead/nightowl": "^0.0.14" + } + }, + "node_modules/@bufferhead/nightowl": { + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@bufferhead/nightowl/-/nightowl-0.0.14.tgz", + "integrity": "sha512-cRa0AR0ojrpHTnbDlhmQ+2tlbdbfG0f96YqMp6BErzj0rA5SglLahQlDT2NGKlGZeHMqZ8zyOM/ZD2lU6aU/uA==" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..0a482c2 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "dependencies": { + "@bufferhead/nightowl": "^0.0.14" + } +}