https://github.com/exonymos/projects
A collection of my various projects, ranging from web applications to games and utilities.
https://github.com/exonymos/projects
css html javascript learning practice-project
Last synced: 2 months ago
JSON representation
A collection of my various projects, ranging from web applications to games and utilities.
- Host: GitHub
- URL: https://github.com/exonymos/projects
- Owner: Exonymos
- License: mit
- Created: 2023-05-06T13:17:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T19:09:21.000Z (over 1 year ago)
- Last Synced: 2025-03-13T19:28:51.611Z (over 1 year ago)
- Topics: css, html, javascript, learning, practice-project
- Language: JavaScript
- Homepage: https://exonymos.github.io/projects/
- Size: 2.97 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [My Projects](https://exonymos.github.io/projects)
Welcome to my project repository! Here, you can find a collection of my various projects, ranging from web applications to games and utilities.
## Table of Contents
- [My Projects](#my-projects)
- [Table of Contents](#table-of-contents)
- [About](#about)
- [Projects](#projects)
- [Connect-4-React-Game](#connect-4-react-game)
- [Countdown-Timer](#countdown-timer)
- [Counter](#counter)
- [Gacha-Level-Calculator](#gacha-level-calculator)
- [GI-AR-Calculator](#gi-ar-calculator)
- [Guess-The-Number-Game](#guess-the-number-game)
- [Illusions](#illusions)
- [QR-Code-Generator](#qr-code-generator)
- [Quiz-Game](#quiz-game)
- [Random-Quote-Generator](#random-quote-generator)
- [Tea-Addicts](#tea-addicts)
- [Todo-List](#todo-list)
- [Contributing](#contributing)
- [License](#license)
## About
This repository contains a variety of projects that I have worked on. Each project is contained within its own directory and includes all necessary files to run and understand the project.
## Projects
### Connect-4-React-Game
A Connect 4 game built with React.
📁 [View Project](https://github.com/exonymos/projects/tree/main/connect-4-react-game) | 🎮 [Live Demo](https://exonymos.github.io/projects/connect-4-react-game/)
### Countdown-Timer
A simple countdown timer with an alarm.
📁 [View Project](https://github.com/exonymos/projects/tree/main/countdown-timer) | 🎮 [Live Demo](https://exonymos.github.io/projects/countdown-timer/)
### Counter
A basic increment/decrement counter.
📁 [View Project](https://github.com/exonymos/projects/tree/main/counter) | 🎮 [Live Demo](https://exonymos.github.io/projects/counter/)
### Gacha-Level-Calculator
A level exp calculator for various gacha games.
📁 [View Project](https://github.com/exonymos/projects/tree/main/gacha-level-calculator) | 🎮 [Live Demo](https://nograsscalc.vercel.app)
### GI-AR-Calculator
A calculator for Genshin Impact's AR experience requirements.
📁 [View Project](https://github.com/exonymos/projects/tree/main/gi-ar-calculator) | 🎮 [Live Demo](https://exonymos.github.io/projects/gi-ar-calculator/)
### Guess-The-Number-Game
A game where you guess the number between 1 and 100.
📁 [View Project](https://github.com/exonymos/projects/tree/main/guess-the-number-game) | 🎮 [Live Demo](https://exonymos.github.io/projects/guess-the-number-game/)
### Illusions
A collection of optical illusions.
📁 [View Project](https://github.com/exonymos/projects/tree/main/illusions) | 🎮 [Live Demo](https://exonymos.github.io/projects/illusions/)
### QR-Code-Generator
A tool to generate QR codes.
📁 [View Project](https://github.com/exonymos/projects/tree/main/qr-code-generator) | 🎮 [Live Demo](https://exonymos.github.io/projects/qr-code-generator/)
### Quiz-Game
A quiz game with the choice to select categories and difficulties.
📁 [View Project](https://github.com/exonymos/projects/tree/main/quiz-game) | 🎮 [Live Demo](https://exonymos.github.io/projects/quiz-game/)
### Random-Quote-Generator
A tool to generate random quotes.
📁 [View Project](https://github.com/exonymos/projects/tree/main/random-quote-generator) | 🎮 [Live Demo](https://exonymos.github.io/projects/random-quote-generator/)
### Tea-Addicts
A web app that counts the total number of sips of tea taken by users globally.
📁 [View Project](https://github.com/exonymos/projects/tree/main/tea-addicts) | 🎮 [Live Demo](https://exonymos.github.io/projects/tea-addicts/)
### Todo-List
A simple todo list app with the ability to add, delete, and clear all todos. Users can also import and export their todos.
📁 [View Project](https://github.com/exonymos/projects/tree/main/todo-list) | 🎮 [Live Demo](https://exonymos.github.io/projects/todo-list/)
## 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**.
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
## License
Distributed under the MIT License. See [LICENSE](https://github.com/Exonymos/projects/blob/main/LICENSE) for more information.