You are on page 1of 1

Simple Web Based Text Editor - Phase 1

Simple text editor capable of saving a file and retrieving the file.
UI

Two buttons

Open File

Save File

One Text Box for file name

One Text Area for editing


Creating a new file
In the text editor, I should be able to enter some text in the text area. I should
provide a file name in the file name text box. Clicking on the Save file should save
the file to disk
Opening a file
I should enter the file name in the text box. Clicking on Open File should open the
file and load it into the text area.
In the beginning, we assume that the file entered exists. We will grow it in phase 2

You might also like