Giter Site home page Giter Site logo

rachelsoae / dnd-rookie-roadmap Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 971 KB

๐Ÿ“• A D&D wiki-style experience for complete beginners. Start your journey here.

Home Page: https://dnd-rookie-roadmap.vercel.app

HTML 6.13% JavaScript 82.58% SCSS 11.29%
cypress-tests dungeons-and-dragons-5e reactjs sass react

dnd-rookie-roadmap's People

Contributors

benholden010 avatar lauraguerra1 avatar rachelsoae avatar

Stargazers

 avatar

Watchers

 avatar

dnd-rookie-roadmap's Issues

Optimize speed & processing

  • after fetching, push to dummy array and then set state only once
  • set loading state for each use effect and pass it down to appropriate dynamic pages

Move menu to dropdown

  • Create a state 'isOpen' or 'isVisible' that stores a boolean, set to false
  • When false, display "Menu" with a small down arrow, indicating a dropdown
  • Set onMouseEnter event on Menu
  • When mouse enters Menu button, toggle open/visible to true
  • Conditionally render the main body of the menu to be visible when true
  • Set onMouseLeave event on Menu
  • When mouse leaves Menu button, toggle open/visible back to false

Routing with hard-coded data

As a user, I should be able to click each link and view the correct component.
The data displayed does not need to be dynamic at this stage.

Data architecture

  • Outline data points to be used
  • Draft component architecture
  • Update wireframe with corrected headings

Write API calls

  • set state to empty arrays
  • fetch all on page load
  • once data is fetched, push it into the appropriate array
  • pass the relevant states as props to the appropriate elements

"Jump to section" links

  • Directory sections are displayed horizontally
  • Top of page has HashLinks which scroll to desired link section

Possibly do the same thing with headers on info pages?

Dynamic routing

Pass state and props as needed to render dynamic routes and URLs

Loading

  • Add Loading component back
  • Decide data flow and implement function code
  • Test with throttling in browser
  • Add Cypress tests

Search bar functionality

  • Create Glossary
  • When I search by keyword, I should see a search results page (Glossary) with only the matching results in the list

Related links

  • Refactor side menu to populate related links, instead of navigation
  • Fix bug where data does not pass through from resource page to related link resource when clicked
  • Add additional links to Class page

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.