Write down the general informations of your project. It is worth to always put a project status in the Readme file. This is where you can add it.
A list of technologies used within the project:
- Technologie name: Version 12.3
- Technologie name: Version 2.34
- Library name: Version 1234
A little intro about the installation.
$ git clone https://example.com
$ cd ../path/to/the/file
$ npm install
$ npm start
Side information: To use the application in a special environment use lorem ipsum
to start
Give instructions on how to collaborate with your project.
Maybe you want to write a quote in this part. It should go over several rows? This is how you do it.
A list of frequently asked questions
- This is a question in bold Answer of the first question with italic words.
- Second question in bold To answer this question we use an unordered list:
- First point
- Second Point
- Third point
- Third question in bold Answer of the third question with italic words.
- Fourth question in bold | Headline 1 in the tablehead | Headline 2 in the tablehead | Headline 3 in the tablehead | |:--------------|:-------------:|--------------:| | text-align left | text-align center | text-align right |