Giter VIP home page Giter VIP logo

formcreator's Introduction

FormCreator

Aplikacja wykonana jako projekt zaliczeniowy z przedmiotu Programowanie aplikacji webowych w Wyższej Szkole Ekonomii i Informatyki w Krakowie. Aplikacja pozwala na tworzenie własnych formularzy, wypełnianie ich i usuwanie. Dane na temat formularzy i utworzonych na ich podstawie dokumentów przechowywane są w pamięci lokalnej (local storage) przeglądarki.

#1 Instrukcja 🇵🇱.

By możliwe było uruchomienie aplikacji, konieczne jest zainstalowanie środowiska node.js, które pobrać można ze strony https://nodejs.org/en/. Po zakończeniu instalacji instalujemy npx:

npm i -g npx

W przypadku systemów Linux i Mac OS konieczne może okazać się użycie polecenia:

sudo npm i -g npx

Następnie instalujemy wszystkie wymagane pakiety:

npm install

Serwer uruchamiamy za pomocą:

npx webpack-dev-server --content-base src

Aplikacja będzie działała pod adresem: http://localhost:8080/.

#2 Simple 🇬🇧 instruction.

This app allows to create own forms and documents. If you want to run this app, you have to install node.js, and npx. Then just type npx webpack-dev-server --content-base src to run app on http://localhost:8080/.

#3 Zrzuty ekranu (screenshots).

screenshot-1.png screenshot-2.png screenshot-4.png
screenshot-5.png screenshot-6.png screenshot-7.png

formcreator's People

Contributors

artysta avatar dependabot[bot] avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.