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

https://github.com/susannnnnna/js-timeline

Timeline is a simple single-page application, included example data.
https://github.com/susannnnnna/js-timeline

adddata bootstrap css datafromneuronaukowiec deletedata html js simpletable simpletimeline timeline timelinefrontend updatedata

Last synced: 3 months ago
JSON representation

Timeline is a simple single-page application, included example data.

Awesome Lists containing this project

README

        

# Timeline - JavaScript
![Application image - main page](./assets/images/timeline_on.png)

## About
Timeline is a simple single-page application where you can use sample data included in the project.

You can add your own events (created events are only visible in the table).

## Content
- [App examples](./README.md#app-examples)
- [How to run the app?](./README.md#how-to-run-the-app)
- [Environment](./README.md#environment)
- [Used technologies](./README.md#used-technologies)
- [Data](./README.md#data)
- [Run the app](./README.md#run-the-app)
- [Sources](./README.md#sources)
- [Note](./README.md#note)

## App examples
![Application image - main page](./assets/images/timeline_form.png)

![Application image - main page](./assets/images/timeline_form_validation.png)

![Application image - main page](./assets/images/timeline_example_events.png)

![Application image - main page](./assets/images/timeline_created_events.png)

## How to run the app?
### Environment
- Windows 11 Pro v22H2

### Used technologies
- Visual Studio
- Bootstrap
- HTML
- CSS
- JavaScript

### Data
Exmaple data are in the project in file example-data.js

To see sample data contained in the application, simply press the button located in the upper right corner of the application

### Run the app
Download files from github
```
git clone https://github.com/Susannnnnna/JS_Timeline
```

Open downloaded files in IDE (like VSCode) and run the app locally

## Sources

## Note
The data visible on the timeline are downloaded from events available on the website: https://www.neuronaukowiec.com

## License
[MIT license](https://opensource.org/licenses/MIT)