https://github.com/jhoan5/guidetoprogrammingwithexercises
A comprehensive guide to learning programming with excersice and some of their solves in JavaScript, Python and PHP. A little comparison among them and cheatsheets
https://github.com/jhoan5/guidetoprogrammingwithexercises
cheatsheet exercises guide javascript php programming python solve
Last synced: 2 months ago
JSON representation
A comprehensive guide to learning programming with excersice and some of their solves in JavaScript, Python and PHP. A little comparison among them and cheatsheets
- Host: GitHub
- URL: https://github.com/jhoan5/guidetoprogrammingwithexercises
- Owner: Jhoan5
- License: mit
- Created: 2023-07-17T14:05:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T20:27:09.000Z (11 months ago)
- Last Synced: 2025-04-30T01:08:41.591Z (3 months ago)
- Topics: cheatsheet, exercises, guide, javascript, php, programming, python, solve
- Language: TypeScript
- Homepage: https://guide-to-programming-with-exercises.vercel.app
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# React + TypeScript + Vite Template









## About
This template provides a minimal setup for integrating React with TypeScript and Vite, including support for Hot Module Replacement (HMR). It also includes configuration for various linters such as ESLint, Prettier, and Stylelint.
## Getting Started
1. **Install Dependencies**
```bash
npm install
```2. **Run the Application**
```bash
npm run dev
```## Linters
**Note:** This project includes several linters: Prettier, ESLint, Stylelint, and EditorConfig. To enhance your development experience, consider installing the corresponding extensions in your code editor (e.g., VS Code).
- **Run ESLint**
```bash
npm run lintTS
```- **Run Stylelint**
```bash
npm run lintCSS
```## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.