Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justin-pyne/mini-projects
Collection of mini-projects in Python and Javascript, ranging in complexity and topic.
https://github.com/justin-pyne/mini-projects
javascript python
Last synced: 6 days ago
JSON representation
Collection of mini-projects in Python and Javascript, ranging in complexity and topic.
- Host: GitHub
- URL: https://github.com/justin-pyne/mini-projects
- Owner: justin-pyne
- Created: 2023-08-30T20:11:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-16T09:12:14.000Z (over 1 year ago)
- Last Synced: 2023-09-16T19:35:38.603Z (over 1 year ago)
- Topics: javascript, python
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini-Projects Collection
This repository serves as a collection of various mini-projects developed in Python and JavaScript. These projects showcase a wide array of concepts, techniques, and tools, from simple CLI-based games to web applications.
## Projects Overview
The projects in this repository range in complexity and topic. These include:
- CLI-based projects, created with Python.
- Web applications developed using JavaScript, HTML, and CSS.## Technologies Used
- **Python**: Used for backend scripting and CLI-based projects.
- **JavaScript**: Powers the interactive features in web applications.
- **HTML/CSS**: Structures and styles the web applications.## Getting Started
To run the Python projects:
1. Clone the repository.
2. Navigate to the specific project directory.
3. Run the Python script using the command `python script_name.py`.To run the JavaScript web applications:
1. Clone the repository.
2. Navigate to the specific project directory.
3. Open the HTML file in a browser to launch the application.