# Anime Database
> With this web app you have your offline database of animes and details about it,
> Enjoy with it :smile:
## Team members
* Nour Adawi
* Muath Al Khatib
* Eman Amassi
## Project Access
* [view Demo](https://team2-auto-complete.herokuapp.com/)
* [report bug](https://github.com/GSG-G10/team2-autocomplete/issues)
* [request feature](https://github.com/GSG-G10/team2-autocomplete/issues)
## Build with:
* HTML
* CSS
* javascript
* Heroku
# Getting started
to run the project locally at your machine follow these steps:
## Prerequisites
* install npm lastest version
```
npm install npm@latest -g
```
## installation
### option1: run it from your local machine
1. clone the project from github
```
git clone https://github.com/GSG-G10/team2autocomplete
```
2. install npm packages
```
npm install
```
3. run the project
```
npm start
```