Skip to content

edieatha/Project-Hours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Hours for Task Manager app with Ruby on Rails

This repo includes code for a Task Manager app built with rails. One can track hours spent on a task and group the tasks based on projects undertaken. I built the app with clockify time tacking app in mind. However, with this app one has to manually record and enter the time slots and tasks/projects. This will help those who keep forgetting to start the clockify app each time they work.

Extra Feature

The added feature includes selection of task status (Done, Pending, and complete)

Built With

  • Ruby v2.7.0
  • Ruby on Rails v5.2.4

Live Demo

Live Demo Link

screenshoot screenshoot screenshoot screenshoot screenshoot screenshoot

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5

Setup

Instal gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

    rpsec --format documentation

Deployment

Heroku

Authors

👤 Edie Atha

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Acknowledgments

Design given by: @Gregoire Vella on Behance

📝 License

This project is MIT licensed.

Show your support

Give a ⭐️ if you like this project!

About

Ruby on Rails capstone project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors