/construction-forms-web-app

Web app allowing administrators to view completed forms and manage projects and employees.

Primary LanguageJavaScript

Construction Forms

Construction Forms simple form submission and management system using a PostgreSQL backend and Node.js, and user applications built for the web with React and mobile with React Native.

const-forms

Getting Started

Clone down this repository and install npm. Execute the following command in your CLI.

npm install

To start the application on localhost:3000, enter the following command.

npm start

When to componenet loads it will make an API call to the Construction Forms backend server.

Additionally, forms filled out on the Construction Forms React Native application will be accessible on the web app.

Running the tests

All React components and javascript functions are tested using the command

npm run test

Built With

Extensions

  • Implement web sockets
  • Add form creation feature
  • Add Redux

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments