/5E-Character-Sheet

Flatiron React/Redux Project creating a D&D fifth edition character sheet

Primary LanguageRubyMIT LicenseMIT

5E-Character-Sheet

Flatiron React/Redux Project creating a Dungeons and Dragons (D&D) fifth edition character sheet This project is made to replace the outdated paper options of character sheets. The goal of this project is to create a way for D&D players to keep clean character sheets that dont have erase makes and written over text. This goal has been accomplished by allowing users to rewrite every stat and spell that the game includes virtually. No erasing when you get more money or level up

Deployment

This application is currently not deployed and no plans for employement currently exist

Installation

  1. To use this application fork and clone the repo from Github
  2. change directory into character-sheet-api-backend (cd character-sheet-api-backend)
  3. Run bundle install
  4. Run migrations (rake db:migrate)
  5. Seed the database (rake db:seed)
  6. Start a backend server with rails (rails server or rails s)
  7. open new terminal (+ button on terminal in VSCode)
  8. change directory into character-sheet-frontend (cd character-sheet-frontend)
  9. Start a frontend server with yarn (yarn start)
  10. yarn will open the project in your browser
  11. Have fun and love learning coding

Built with

  • Javascript (frontend)
  • React Framework (frontend)
  • Ruby on Rails (api backend only)
  • Sqlite3 database (ActiveRecord)
  • love from a Flatiron School Student

License

MIT