Skip to content

bejamas/react-redux-blog

Repository files navigation

Modern React Redux Blog

A frontend blog made with TypeScript, React and Redux Toolkit. It is the source code file for this tutorial: Learn Modern React and Redux in 2023 by Building a Blog

Getting Started

  1. Clone this repo
git clone tope-olajide/modern-react-redux
  1. Change directory to modern-react-redux:
cd modern-react-redux
  1. Install the dependencies::
npm install
  1. run the development server:
npm run dev

Then visit: http://localhost:5173/ on your browser to see the result.

Features

  • Add a new post
  • modify post
  • Fetch all Posts
  • delete a post
  • upvote and downvote a post
  • add and remove a post from favorite

Built With

License

Distributed under the Apache License. See LICENSE.txt for more information.

Contact

Temitope Olajide - @kingdavvids - temitope_olajide@outlook.com

Acknowledgments