Skip to content

Latest commit

 

History

History
49 lines (49 loc) · 1.66 KB

README.md

File metadata and controls

49 lines (49 loc) · 1.66 KB

Tabla de contenidos

  1. General Info
  2. Technologies
  3. Installation
  4. Collaboration
  5. FAQs

General Info


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.

Screenshot

Image text

Technologies


A list of technologies used within the project:

Installation


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

Collaboration


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.

FAQs


A list of frequently asked questions

  1. This is a question in bold Answer of the first question with italic words.
  2. Second question in bold To answer this question we use an unordered list:
  • First point
  • Second Point
  • Third point
  1. Third question in bold Answer of the third question with italic words.
  2. 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 |