Code Monkey home page Code Monkey logo

calendar's Introduction

This is just a simple CRUD operations in calendar which shows lists of people that was born that day.

This project also using Flat File Database which use a single text file (.txt) as database. The database-text-file is located inside public/storage/ folder. The file name is taken accordingly to their respective date.

This also use SPA concept or all server requests is handled using powerful javascript library called axios.

Framework & Library That Used in this Project is :

  • Laravel - for fantastic PHP Framework
  • Vue.js - for awesome Javascript Framework
  • axios - for powerful Javascript Async HTTP Request
  • Bulma - for great UI and components
  • Buefy - for very nice combining vuejs and bulma for more ease of use

Many thanks for all the framework and library in above.

Installation

  1. Download this repo, or clone it git clone https://github.com/baadillahnabil/calendar.git
  2. move to inside project folder cd calendar
  3. install all node modules using this command npm install or yarn
  4. install all composer modules using this command composer install
  5. rename .env.example to .env and run this command php artisan key:generate
  6. run npm run dev or yarn run dev
  7. IMPORTANT! run this projects in browser using your own local server like XAMPP or WAMPP. using command php artisan serve somehow not correct when using axios.

License

The project is open-sourced and licensed under the MIT license. Which means you can use it guys :) Cheers.

calendar's People

Contributors

baadillahnabil avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.