Skip to content

rfearing/this-dot-search

Repository files navigation

This Dot Search

Replicated GitHub Search (User Search Only)

3rd Party Tools Utilized

Coding Decisions Made

  • Utilize Aliases for calling files within the project (Aliases are all caps)
  • Utilize CSS Modules with SASS implemtation
  • File Structure
/components
    |--- NameOfComponent
        |--- NameOfComponent.js
        |--- NameOfComponent.scss
        ... any other related files
/actions
/pages // Routing done here.
next.config.js // takes the place of webpack file

Building the App

yarn install

Running the App:

yarn dev Starts the development server.

yarn build Builds the app for production.

yarn start Runs the built app in production mode.

Notes

  • All components and code was developed by Ricardo Fearing unless otherwise noted.
    • Accordion component was built by Ricardo but utilized from a previous project
  • Things I would like to add / To-Do's:
    • Add TypeScript
    • Add Mocha Testing
  • Tested on Mac OS:
    • Chrome
    • FireFox
    • Safari

About

React.js + Next.js GitHub User Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages