Git Product home page Git Product logo

redux-blog's Introduction

Redux Toolkit Blog

See the live demo here

This is a fun little experiment to test the waters with Redux Toolkit.

It also features:

  • Data fetching from jsonplaceholder with RTK Query.
  • A node.js api built with Next.js api-routes which connects to a cloud-hosted MongoDB Atlas database.
  • Secure authentication which;
    • ... has countermeasures for CSRF, XSS, NoSQL injection attacks.
    • ... persists the JWT token used for authenticating users in secure http-only cookies

Running the project

From the root, follow these steps:

  1. Run yarn to install dependencies
  2. Run yarn dev to start the local development server

Architecture

  • /components - contains all the UI components.
  • /db - contains mongodb (database) models and logic
  • /redux - state management
    • /api - requests to the api for communicating with mongodb and jsonplaceholder
    • /slices - slices of state for different features
  • /pages - the app entrypoint is in _app, and the landingpage is index.jsx.
    • /api - the API lives here, it features custom built authentication.
  • /theme - contains the design tokens and other theme data.
  • /utils - a collection of hooks and other helpers.

Notable dependencies used

Upcoming features

  • Testing
  • Refactor to TypeScript
  • Implement Storybook (or similar)
  • Implement Auth0

redux-blog's People

Contributors

kimpaow avatar

Stargazers

astrit avatar

Forkers

astrit

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.