Skip to content

πŸ“‚ This project is a HTML/CSS/JavaScript application that allows the user to enter name/value pairs, which are stored in an array and displayed in a list box. The user can sort, delete, and export the list. The project covers topics such as DOM manipulation, event handling, form validation, array manipulation, and localStorage usage.

Notifications You must be signed in to change notification settings

neprostostas/test-pepperi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Test Pepperi

This is a simple webpage that allows you to add, sort, delete, and display name/value pairs as XML.
It was created as a test project for Pepperi.

πŸ‘» Author

Created by Stanislav Kinash / neprostostas

✨ Features

βœ… Add new name/value pairs to the list
πŸ”„ Sort the list by name or value
❌ Delete name/value pairs from the list
πŸ‘€ Display the list as an XML string
πŸŒ“ Switch between light and dark mode

πŸš€ Usage

  1. Enter a name/value pair in the "Enter Name/Value pairs here..." field and click the "Add" button.
  2. To sort the list, click either the "Sort by Name" or "Sort by Value" button.
  3. To delete selected name/value pairs from the list, select one or more items in the list and click the "Delete" button.
  4. To display the list as an XML string, click the "Show as XML" button.
  5. To switch between light and dark mode, click the moon or sun icon in the top-right corner of the page.

🀝 Contributing

Feel free to contribute to this project by submitting a pull request.

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ“« Contact

If you have any questions or concerns, please contact the author at [email protected]

About

πŸ“‚ This project is a HTML/CSS/JavaScript application that allows the user to enter name/value pairs, which are stored in an array and displayed in a list box. The user can sort, delete, and export the list. The project covers topics such as DOM manipulation, event handling, form validation, array manipulation, and localStorage usage.

Topics

Resources

Stars

Watchers

Forks