Skip to content

A personal dashboard to manage tasks, investments, booklists and more. Built with React and Django

Notifications You must be signed in to change notification settings

extrange/web-app

Repository files navigation

Web App

Responsive PWA to manage lists, books and more. Uses ReactJS and Django.

Demo (Username: guest, Password: 123)

Features

Frontend

Backend

🔒 Security

  • 🔑 2FA TOTP support with support for remembered browsers
  • Session Management with ability to log out other sessions
  • Session Hijacking Protection (via country code)
  • 🔉 Notification on new logins

📰 Lists

  • Undo
  • Support for recurring tasks
  • View completed tasks

📘 Literature

  • Goodreads/Google Books API lookup

Password Generation

CI/CD

Naming Conventions

  • Directories: kebab-case
  • Component directories: PascalCase
  • Component .js files: PascalCase
  • Non-component .js files: camelCase

Directory structure

  • app/: app-wide setup and globals that depend on all the other folders e.g. - auth, notifications, network error/loading statuses
  • modules/:
    • Module1/: No subdirectories
      • Module1.js
      • moduleApi.js: RTK Query definitions via injectEndpoints
      • moduleSlice.js: Module specific actions/reducers via createSlice
  • shared/:
    • components/ Shared components e.g. GenericList
    • static/: Images, fonts
    • useSomeHook.js
    • util.js
  • test/: Mocks (MSW) and tests
    • mocks/:
      • module1/
        • module1Api.js: MSW definitions for module1's api
        • module1FakeData.js
      • browser.js: MSW endpoint

Misc

  • .github/workflows/main.yml configures the CI process
  • Check for circular dependencies with madge -c src before pushing to master

About

A personal dashboard to manage tasks, investments, booklists and more. Built with React and Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages