Skip to content

A Study Log Web Application i built to log my progress during self created streaks.

License

Notifications You must be signed in to change notification settings

johnnweke/studyLog

 
 

Repository files navigation

StudyLog

A Study Log Web Application I built to log my progress during self created streaks. studylog

Usage

The main Concept of this app, is to create Streaks. Streaks are days related to a specific tag. The App allows one Log Once per day.

Config

  • Clone or download the Repo to your local Machine

    git clone git@github.com:codehakase/studyLog.git //SSH or
    
    git clone https://github.com/codehakase/studyLog.git //HTTPS
    
  • create a .env file from the .env.example and update the environment variable with your details:

    DB_CONNECTION=YOUR_DATABASE_DB_CONNECTION
    DB_HOST=YOUR_DB_HOSST
    DB_PORT=YOUR_DB_PORT
    DB_DATABASE=DATABASE_TO_CONNECT_TO
    DB_USERNAME=DB_USERNAME
    DB_PASSWORD=DB_PASSWORD
    .....
    
  • Install the required packages

    composer install
  • Run Migrations from your Terminal

    php artisan migrate
  • Serve up your application

    php artisan serve

TODOs

  • Notification on end of Streak
  • Tags History
  • Reports

Development

  • Laravel >= 5.4
  • PHP >= 5.6 (7 recommended)
  • Homestead, Valet - Optional
  • Built-in Server

Contributing

Please feel free to fork this repo and contribute by submitting a pull request to add features, or to make some corrections to them.

How can I thank you?

Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or Facebook? Spread the word!

and also, follow me on twitter!

Thanks! Francis Sunday.

About

A Study Log Web Application i built to log my progress during self created streaks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 65.9%
  • HTML 33.3%
  • Other 0.8%