React.JS app project built with TypeScript
- Using Redux with Redux ToolKit library
- Theme Dark / Light Mode
- React Routing with React Router library
- Full CRUD Operations GET - POST - PUT - DELETE
- It's fully functional persisting data locally
- ReactJS
- ReduxJs
- @reduxjs/toolkit
- TypeScript
- tailwindcss
- react rounter, dom ...
clone this repository, you need git installed in your machine¡ how to install link
- In your local machine open some cmd, bash etc command line tool. Located where you will have your local repository. You can navigate with
cd somepath/mydirectory
etc.
git clone https://github.com/raulcv/react-redux-todo.git
- Go to your local repository created with
git clone
cd react-redux-todo
- Install dependencies using npm:
npm install
- Start the server as development mode 🤪
npm start
Open http://localhost:3000 to view it in the browser.
Check out the React documentation.
With ❤️ by raulcv