An open API service indexing awesome lists of open source software.

https://github.com/ilvondir/personal-website

Portfolio website with newsletter sending using PHP.
https://github.com/ilvondir/personal-website

ajax css html javascript jquery php xml

Last synced: 9 months ago
JSON representation

Portfolio website with newsletter sending using PHP.

Awesome Lists containing this project

README

          

# Personal Website
Website created as a project during studies, designed as a simple portfolio. On the website, the user can send an e-mail and choose whether his address should be added to the newsletter, i.e. added to the XML file. The website allows you to administer the newsletter, which means that it allows you to send e-mail messages to people selected on the list.

The project was created to fulfill the requirements of the university course Internet Ttechnologies in the Computer Science degree. The project received a grade of 5.0 on a scale from 2 to 5.

## Used Tools
- HTML 5
- CSS 3
- JavaScript ES6
- JQuery 3.6.0
- AJAX
- XML 1.0
- PHP 8.1.5

## Requirements

For running the website you need:

- Apache Server e.g. [XAMPP](https://www.apachefriends.org/pl/index.html)

## How to run

1. Install XAMPP.
2. Execute command `git clone https://github.com/Ilvondir/personal-website`.
3. Move `personal-website` folder to `htdocs` XAMPP's folder.
4. Open XAMPP and start Apache.
5. Go to web browser and type `localhost/personal-website` at URL address field.
6. Log in to the selected account to discover various functionalities.

| Account | Password |
|:---------------:|:---------:|
| Administrator | admin |

## First Look

![firstlook](img/firstlook.png?raw=true)