This is my first project done ever since I started to learn web development and it is mainly for testing my knowledge acquired along the way.
This web application was built upon the followings:
- Vanilla JavaScript
- MVC Architecture
- SASS
- SASS 7-1 Pattern
- Webpack
The third party APIs used are as follows:
The cloud service chosen for deployment is Netlify
To run this project, you will need to add the following environment variables to your .env
file
API_ID
API_KEY
GOOGLE_API_KEY
The
API_ID
,API_KEY
For TDX can be applied for here
Google Maps Embed API is used and corresponds to
GOOGLE_API_KEY
git clone
$ npm i
$ npm run start:dev