Skip to content

rdwz/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

About

A frontend blog made with TypeScript, React and Redux Toolkit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.3%
  • CSS 29.1%
  • HTML 1.6%