You will need to have the Node Package Manager (npm) installed in order to install some of the dependencies of this project.
git clone https://github.com/theonly1me/delivariety_JS_Project
Please use the npm install
or npm i
to install project dependencies via npm.
This is a fully responsive Web Application built using Vanilla JS, HTML and CSS. It is a tech-demo to showcase some really beautiful animations that can be made using CSS
npm start
- The build and is taken care by 'Parcel'
Alternatively, you may run the command parcel index.html
Run parcel build index.html --dist-dir ./dist
to build the project. The build artifacts will be stored in the dist/
directory.
There will be further improvements on the responsive design of the application including animated nav-bar and hamburger menu.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
Create your Feature Branch (git checkout -b feature/AmazingFeature
)
Commit your Changes (git commit -m 'Add some AmazingFeature'
)
Push to the Branch (git push origin feature/AmazingFeature
)
Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Atchyut Preetham Pulavarthi - @AtchyutPulavarthi - pulavarthi.preetham@gmail.com
Project Link: https://github.com/theonly1me/delivariety_JS_Project