mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.1 KiB
26 lines
1.1 KiB
5 years ago
|
## ascii-art-web-export
|
||
|
|
||
|
### Objectives
|
||
|
|
||
|
You must follow the same [principles](https://github.com/01-edu/public/blob/master/subjects/ascii-art-web/ascii-art-web.en.md) as the first subject.
|
||
|
|
||
|
Ascii-art-web-export consists on making sure that it is possible to export the output of the web application, at least in one export format at your choice.
|
||
|
|
||
|
- You should be able to export the result of the [ascii-art](https://github.com/01-edu/public/blob/master/subjects/ascii-art/ascii-art.en.md) project implemented in the website.
|
||
|
- The file must be exported with the right permissions (**read and write**) for the user.
|
||
|
|
||
|
This project will help you learn about :
|
||
|
|
||
|
- The basics of export formats :
|
||
|
- Portable Document Format (pdf)
|
||
|
- Text File (txt)
|
||
|
- [Here are some more examples](https://en.wikipedia.org/wiki/Document_file_format)
|
||
|
- Ways to receive data.
|
||
|
- Ways to output data.
|
||
|
|
||
|
### Instructions
|
||
|
|
||
|
- The web server must export at least in one export format.
|
||
|
- You must handle website errors.
|
||
|
- The code must respect the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md).
|