Giter VIP home page Giter VIP logo

fre-jun's Introduction

Table Management App

The Table Management App is a web application built with Node.js that allows users to create and manage tables dynamically. It provides a user-friendly interface to create tables, add rows and columns, view table details, and delete tables. The app is designed to simplify data management and organization for various use cases, such as data entry, spreadsheet-like functionality, and more.

The front-end of the Table Management App is developed using React-native Expo. It provides a responsive and intuitive user interface for interacting with the tables. Users can create tables, add rows and columns, view table details, and delete tables using the front-end components.

The back-end of the Table Management App is built with Node.js and Express.js. It handles the server-side logic, API endpoints, and data storage. The back-end interacts with the front-end components to process user requests and perform CRUD operations on the tables.

Features

  • Table Creation: Users can create new tables by specifying the number of columns and providing a name for the table. The table structure is dynamically generated based on the user's input.
  • Table Details: Users can view the details of a specific table, including its columns and rows. The table data is retrieved and manipulated using Node.js, ensuring efficient data management.
  • Adding Rows: Users can add new rows to the table by entering data in the corresponding input fields. The new rows are dynamically appended to the existing table data.
  • Adding Columns: Users have the ability to add new columns to the table. They can provide a name for the new column, and the table structure is updated accordingly.
  • Deleting Tables: Users can delete a specific table, removing it permanently from the application's database. This action is irreversible and requires confirmation from the user.

Technologies Used

  • Expo
  • Node.js
  • Express.js
  • JavaScript

Installation

  1. Clone the repository: git clone https://github.com/your-username/table-management-app.git
  2. Navigate to the project directory: cd table-management-app
  3. Install the dependencies: npm install
  4. Start the application: npm start
  5. Open your web browser and access the app at http://localhost:3000

Usage

  1. Open the application in your web browser.
  2. Create a new table by specifying the number of columns and providing a name.
  3. View the details of the table, including columns and rows.
  4. Add new rows by entering data in the input fields.
  5. Add new columns by providing a name for the column.
  6. Delete a table by confirming the deletion action.

Contributing

Contributions are welcome! If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push the branch: git push origin feature/your-feature
  5. Submit a pull request.

License

This project is licensed under the MIT License.

Contact

Feel free to reach out if you have any questions or feedback regarding the project.

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.