parent
88eb6978d1
commit
cef0c73786
@ -1,26 +1,26 @@
|
|||||||
## Markdown Tables Generator
|
# Markdown Tables Generator
|
||||||
|
|
||||||
Add a clear and descriptive description of the application.
|
Create an application that will convert a regular table with data provided by the User (optionally) into a Makdown formated table.
|
||||||
Answer to the following questions:
|
|
||||||
|
|
||||||
- "What is the main purpose of this application?"
|
|
||||||
- "Is there any resource needed in order to complete the project?" - If the answer is yes, make sure you add it
|
|
||||||
|
|
||||||
## User Stories
|
## User Stories
|
||||||
|
|
||||||
- [ ] first user story
|
- [ ] User can create an `HTML table` with a given number of **Rows** and **Columns**
|
||||||
- [ ] second user story
|
- [ ] User can insert text in each cell of the `HTML table`
|
||||||
- [ ] third user story
|
- [ ] User can generate a `Markdown formatted table` that will contain the data from the `HTML table`
|
||||||
- [ ] forth user story
|
- [ ] User can preview the `Markdown formatted table`
|
||||||
- [ ] fifth user story
|
|
||||||
- etc...
|
|
||||||
|
|
||||||
## Bonus features
|
## Bonus features
|
||||||
|
|
||||||
- [ ] first bonus feature
|
- [ ] User can copy the `Markdown formatter table` to the clipboard by pressing a button
|
||||||
- [ ] second bonus feature
|
- [ ] User can insert a new **Row** or **Column** to a specified location
|
||||||
- etc...
|
- [ ] User can delete a **Row** or a **Column** entirely
|
||||||
|
- [ ] User can align (to the _left_, _right_ or _center_) a **cell**, a **column**, a **row**, or the entire **table**
|
||||||
|
|
||||||
## Useful links and resources
|
## Useful links and resources
|
||||||
|
|
||||||
Add all the useful links and resources corresponding to this project.
|
- [Markdown Guide](https://www.markdownguide.org/)
|
||||||
|
- [How to Copy to Clipboard](https://www.w3schools.com/howto/howto_js_copy_clipboard.asp)
|
||||||
|
|
||||||
|
## Example project
|
||||||
|
|
||||||
|
- [Tables Generator / Markdown Tables](https://www.tablesgenerator.com/markdown_tables)
|
||||||
|
Loading…
Reference in new issue