Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndevu12/coa
https://github.com/ndevu12/coa
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ndevu12/coa
- Owner: Ndevu12
- Created: 2024-06-08T19:18:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T06:04:28.000Z (5 months ago)
- Last Synced: 2024-06-10T20:55:34.085Z (5 months ago)
- Language: JavaScript
- Size: 5.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repository Summary: Interactive Photo Gallery & Coding Challenges
This repository contains two main projects:
## Interactive Photo Gallery
The Interactive Photo Gallery is a project designed to display a collection of images interactively. Here's a brief overview:
### Features
- Hover Effect: Images blur and scale slightly on hover, revealing a description and a "Know more" prompt.
- Full-Size Overlay: Clicking on an image opens a full-size overlay view with the image and its description.
- Responsive Design: The gallery layout adjusts for different screen sizes for a good user experience on various devices.For setup instructions and getting started, refer to the Gallery README.
## Coding Challenges
The COA Coding Challenges directory contains two main challenges:### 1. Array Manipulation
This challenge involves determining if there exists a contiguous subarray within a given array of integers that sums up to a target value. Return true if such a subarray exists; otherwise, return false.
For details on the algorithm used, time and space complexity analysis, and setup instructions, refer to the Array Manipulation README.
### 2. String Transformation
This challenge involves transforming a given string based on specific rules depending on its length.
For details on the algorithm used, time and space complexity analysis, and setup instructions, refer to the String Transformation README.