Skip to content

Misori-simon/actra

Repository files navigation

ACTRA

Definition

Actra is a goal tracking application which keeps a record of all goals scored by a team player and groups it into goal styles and competitons to easily analyse the goal scoring performance of the player. This application is best suited for goal scoring sports like football(soccer), handball

About the Project

The objective of this project is build a rails application making use of groupings and to host it on Heroku. The entire project was built with ruby-on-rails, erb, and sass

Screenshots

  • User Profile screenshot

  • User Goals screenshot

  • New goal screenshot

  • New goal style screenshot

  • New competiton screenshot

  • Login screenshot

  • Sign up screenshot

Built With

  • Ruby
  • Ruby-on-Rails (ROR)
  • ERB (DSL)
  • SASS

Video Presentation

Video presentation

Live DEMO

Click here for the live demo

Getting Started

Prerequisites

  • Ruby : you need ruby installed on your local pc
  • Rails : You need rails gem installed guide
  • Postgresql

Setup

git clone https://github.com/Misori-simon/actra.git
cd actra
bundle install
yarn install
  • create a database
rails db:create
  • Run all migrations
rails db:migrate
  • To start the server
rails server
  • In your browser, visit localhost:3000
  • You can create an account with the signup profile image is required
  • To start recording your goals, you need to have atleast one goal style and one competition added images also required

Testing

  • To run tests, go to the root folder of the application. Run
rspec --format documentation

Authors

👤 Misori Simon

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published