- Clone the Repository
git clone https://github.com/rnkp755/Mini-React-Projects.git
- Go to the project folder you want to work on
cd <foldername>
- Install npm packages
npm i
- Run the project in development Environment
npm run dev
These Projects are beginner level React + vite projects made by me just to revise fundamentals of React. These are mini projects and doesn't contain any advance react concepts.
This Project is a Mini React Project which gives you option to convert the value of different currencies of the world in one another. It gives current exchange rates and capable to do the rate conversion in all most every recognized currency of the world.
The project uses some hooks of react like useState and useEffect and also a custom hook.
This is a Mini react Project which is a simple portfolio which you can customize according to you. The portfolio uses React Router and Context API to enhance it's features. It can toggle theme from light to dark and vice versa seamlessely.



