Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexey-koran/rsschool-jsfe
This monorepo contains solutions for RS School JS/FE assignments.
https://github.com/alexey-koran/rsschool-jsfe
css3 html5 javascript rest-api typescript
Last synced: about 1 month ago
JSON representation
This monorepo contains solutions for RS School JS/FE assignments.
- Host: GitHub
- URL: https://github.com/alexey-koran/rsschool-jsfe
- Owner: alexey-koran
- License: mit
- Created: 2024-11-23T09:03:13.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T14:25:11.000Z (about 2 months ago)
- Last Synced: 2024-12-08T15:20:42.844Z (about 2 months ago)
- Topics: css3, html5, javascript, rest-api, typescript
- Language: JavaScript
- Homepage: https://rs.school/courses/javascript
- Size: 344 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [RS School JS/FE](https://rs.school/courses/javascript) monorepo
This monorepo contains solutions for `RS School JS/FE` [assignments](https://github.com/rolling-scopes-school/tasks)
## Tasks
### Code tasks
| Task | Path | Branch | Fork |
| ---------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| `Common` | | | |
| `brackets` | [brackets](./brackets/) | [brackets-fork](../../tree/brackets-fork) | [Shastel/brackets](https://github.com/Shastel/brackets/) |
| | | | |
| `Core JS` | | | |
| `core-js-101` | [core-js-101](./core-js-101/) | [core-js-101-fork](../../tree/core-js-101-fork) | [mikhama/core-js-101](https://github.com/mikhama/core-js-101/) |
| `core-js-arrays` | [core-js-arrays](./core-js-arrays/) | [core-js-arrays-fork](../../tree/core-js-arrays-fork) | [rolling-scopes-school/core-js-arrays](https://github.com/rolling-scopes-school/core-js-arrays) |
| `core-js-conditions-n-loops` | [core-js-conditions-n-loops](./core-js-conditions-n-loops/) | [core-js-conditions-n-loops-fork](../../tree/core-js-conditions-n-loops-fork) | [rolling-scopes-school/core-js-conditions-n-loops-tasks](https://github.com/rolling-scopes-school/core-js-conditions-n-loops-tasks) |
| `core-js-numbers` | [core-js-numbers](./core-js-numbers/) | [core-js-numbers-fork](../../tree/core-js-numbers-fork) | [rolling-scopes-school/core-js-numbers](https://github.com/rolling-scopes-school/core-js-numbers) |
| `core-js-strings` | [core-js-strings](./core-js-strings/) | [core-js-strings-fork](../../tree/core-js-strings-fork) | [rolling-scopes-school/core-js-strings](https://github.com/rolling-scopes-school/core-js-strings) |