mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-11 05:13:02 -05:00
46 lines
1.7 KiB
Markdown
46 lines
1.7 KiB
Markdown
<!-- TODO: add title of your exercice -->
|
|
<h1>{Title of your exercice}</h1>
|
|
|
|
<!-- TODO: Add your name -->
|
|
|
|
> Author: {Your name}
|
|
|
|
<!-- TODO: add Information/Statement/Rules/Constraint/Steps -->
|
|
|
|
### Information
|
|
|
|
### Statement
|
|
|
|
### Step 1
|
|
|
|
### Step 2
|
|
|
|
### Constraints:
|
|
|
|
### Submitting your work
|
|
|
|
<!-- To replace
|
|
{Project name} by your project name
|
|
{challenge number} by the following number (To be find inside the main readme) -->
|
|
|
|
1. Fork the project
|
|
2. clone it
|
|
3. npm install
|
|
<!-- TODO: add you project app name directory -->
|
|
4. `npx nx serve {project app name}`
|
|
5. _...work on it_
|
|
6. Commit your work
|
|
<!-- TODO: add your challenge number -->
|
|
7. Submit a PR with a title beginning with **Answer:{challenge number}** that I will review and other dev can review.
|
|
|
|
<!-- TODO: add challenge number and project Name -->
|
|
|
|
<a href="https://github.com/tomalaforge/angular-challenges/pulls?q=label%3A{challenge number}+label%3Aanswer"><img src="https://img.shields.io/badge/-Solutions-green" alt="{Project name}"/></a>
|
|
|
|
<!-- TODO: uncomment when done late -->
|
|
<!-- <a href='https://github.com/tomalaforge/angular-challenges/pulls?q=label%3A{challenge number}+label%3A"answer+author"'><img src="https://img.shields.io/badge/-Author solution-important" alt="{Project name} solution author"/></a>
|
|
<a href="{Blog post url}" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/-Blog post explanation-blue" alt="{Project name} blog article"/></a> -->
|
|
|
|
<!-- TODO: you can add your twitter or anything else if you wish -->
|
|
<!-- _You can ask any question on_ <a href="https://twitter.com/laforge_toma" target="_blank" rel="noopener noreferrer"><img src="./../../logo/twitter.svg" height=20px alt="twitter"/></a> -->
|