Giter VIP home page Giter VIP logo

to-do-list's Introduction

๐Ÿ“— To-do List Desktop App | Java ft MySql

To-do list Desktop App

To-do List is a Desktop App that uses remote method invocation(RMI) to allows you create, update, mark as complete and delete your daily tasks.

Prerequisites

Make sure you have the following software installed on your machine:

Setup

Clone the repo

git clone https://github.com/AyubAli125212/TO-DO-LIST.git

Navigate to the created project

cd TO-DO-LIST

Navigate to NoteServer.java and run it. Navigate to NoteTakingApp.java and run it.

This is the database query:

CREATE DATABASE todo_app;
USE todo_app;

CREATE TABLE notes(
id int  primary key AUTO_INCREMENT,
note VARCHAR(255),
isCompleted boolean default false
)

๐Ÿ“ŒRun the project from both the client folder and server folder

npm start

Congratulations ๐ŸŽ‰ Do not forget to give it a star โญ๐ŸŒŸโญ

to-do-list's People

Contributors

ayubali125212 avatar

Stargazers

Wandimayew Aschalew 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.