Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-23T20:27:09.000Z (4 months ago)
- Last Synced: 2024-11-06T09:14:18.828Z (about 2 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
![HTML](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![CSS](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)
![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=white)
![React](https://img.shields.io/badge/React-61DAFB?style=for-the-badge&logo=react&logoColor=blue)
![Vite](https://img.shields.io/badge/Vite-3DA0FF?style=for-the-badge&logo=vite&logoColor=white)
![Prettier](https://img.shields.io/badge/Prettier-1A2C34?style=for-the-badge&logo=prettier&logoColor=F7BA3E)
![ESLint](https://img.shields.io/badge/ESLint-4B32C3?style=for-the-badge&logo=eslint&logoColor=white)
![Stylelint](https://img.shields.io/badge/Stylelint-7A33FF?style=for-the-badge&logo=stylelint&logoColor=white)
![Git](https://img.shields.io/badge/Git-181717?style=for-the-badge&logo=git&logoColor=white)## 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.