Coder Social home page Coder Social logo

freidev / note-flutter-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 225 KB

This repository contains a simple CRUD (Create, Read, Update, Delete) application built with Flutter. The application is designed to interact with a REST API developed using Node.js.

Kotlin 0.49% Swift 2.82% Objective-C 0.16% Dart 90.75% Ruby 5.78%

note-flutter-app's Introduction

Flutter CRUD Application

This repository contains a simple CRUD (Create, Read, Update, Delete) application built with Flutter. The application is designed to interact with a REST API developed using Node.js.

Getting Started

To run this project locally, follow these steps.

Prerequisites

  • Flutter installed on your machine
  • An editor (preferably Android Studio, IntelliJ, or VSCode)
  • An emulator or device to run the application
  • Node.js environment set up for the backend API

Installation

  1. Clone the repository to your local machine.
  git clone https://github.com/freidev/note-flutter-app.git

  2. Navigate to the cloned directory.
  cd note-flutter-app

  3. Fetch the latest version of Flutter from the stable channel and enable web support (optional).
  flutter channel stable
  flutter upgrade
  flutter config --enable-web

  4. Get the dependencies.
  flutter pub get

  5. Start the emulator or connect your device.

  6. Run the app.
  flutter run

Features

  • Create, Read, Update, and Delete functionalities.
  • Interaction with a custom REST API.
  • Clean and organized code structure.
  • Responsive UI for both mobile and web platforms.

Usage

The app consists of a list that displays data fetched from the REST API. Each item in the list has options to edit or delete. A floating action button allows you to add new items.

API Configuration

The application expects the API to be running on http://localhost:3000/. If your API is running on a different URL, make sure to update the API base URL in the application's configuration file.

Contributing

Contributions to this project are welcome. Please read the CONTRIBUTING.md file for details on our code of conduct and the process for submitting pull requests.

License

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

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

Happy coding!

note-flutter-app's People

Contributors

freidev avatar

Watchers

 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.