Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atish28kumar03sahu2001/react-web-dev-05
"My Problem Solver" is your go-to destination for mastering mathematics with the power of coding. Explore, learn, and solve problems like never before!
https://github.com/atish28kumar03sahu2001/react-web-dev-05
css3 es6 eslint html5 javascript jsx-syntax mathematics my-problem-solver problem-solving react-redux react-redux-toolkit reactjs responsive-web-design usereducer-hooks vite
Last synced: about 1 month ago
JSON representation
"My Problem Solver" is your go-to destination for mastering mathematics with the power of coding. Explore, learn, and solve problems like never before!
- Host: GitHub
- URL: https://github.com/atish28kumar03sahu2001/react-web-dev-05
- Owner: atish28kumar03sahu2001
- Created: 2024-09-11T07:37:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T10:12:17.000Z (4 months ago)
- Last Synced: 2024-10-31T13:22:32.642Z (3 months ago)
- Topics: css3, es6, eslint, html5, javascript, jsx-syntax, mathematics, my-problem-solver, problem-solving, react-redux, react-redux-toolkit, reactjs, responsive-web-design, usereducer-hooks, vite
- Language: JavaScript
- Homepage: https://my-problem-solver-react-atish-k-sahu.netlify.app/
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh# Required Packages
```javascript
npm create vite@latestnpm install react-router-dom@latest
npm install redux react-redux
npm install react-redux
npm install @reduxjs/toolkit
npm install react-icons --save
npm install react-syntax-highlighter
npm install vite-plugin-netlify --save-dev
```