GithubHelp home page GithubHelp logo

eng-mohammad-mousa / todo_list Goto Github PK

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

A simple and efficient Todo List application built with Vue.js and Laravel.

PHP 89.19% JavaScript 1.47% Vue 7.54% Blade 1.80%

todo_list's Introduction

Todo List

A simple and efficient Todo List application built with Vue.js and Laravel.

This project aims to provide a user-friendly web application for managing tasks and staying organized. It combines the power of Laravel on the backend with the flexibility and interactivity of Vue.js on the frontend.


Features

  • Add, and delete tasks easily.
  • Mark tasks as complete or incomplete.
  • Responsive design, ensuring a seamless experience across different devices.

Technologies Used

  • Vue.js
  • Laravel
  • MySQL

Prerequisites

Before running this project, make sure you have the following software installed:


Installation

  1. Create a new database named 1_todo_list_laravel_vue to store the tasks.

  2. Clone the repository:

git clone https://github.com/eng-mohammad-mousa/Todo_List.git
  1. Navigate to the project directory:
cd Todo_List
  1. Install the required dependencies:
composer install
npm install
  1. Copy the .env.example file and rename it to .env. Update the necessary database configurations in the .env file.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=1_todo_list_laravel_vue
DB_USERNAME=root
DB_PASSWORD=
  1. Generate a new application key:
php artisan key:generate
  1. Run the database migrations:
php artisan migrate --seed
  1. Build and compile the frontend assets:
npm run build
  1. Start the development server:
php artisan serve
  1. Access the application in your browser by visiting http://localhost:8000.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue on the GitHub repository.

todo_list's People

Contributors

eng-mohammad-mousa 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.