Skip to content

rnkp755/Mini-React-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Steps to setup the project

  • 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

About this Repository

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.

1. Currency Convertor

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.

Screenshot of the Web Page

Screenshot of the Web Page

2. My Portfolio

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.

Screenshot of the Web Page Screenshot of the Web Page

About

This repository is a collection of Mini React Projects. Which are made on fundamentals of React.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors