Skip to content

A compilation of beginner-to-intermediate level React.js projects including a blog web app, currency converter, login/logout system, password generator, routing concepts demo, and a to-do list. Each project focuses on core React concepts like state, props, routing, and hooks, making it a great learning resource.

Notifications You must be signed in to change notification settings

Abhi3886/reactProject

Repository files navigation

🚀 React Mini Projects Collection

Welcome to the React Mini Projects Collection – a curated set of simple yet powerful projects built using React.js. These mini apps help reinforce fundamental React concepts such as state management, routing, hooks, and component-based architecture.

Each project in this repo is standalone and demonstrates a unique React feature or concept.


🧩 Projects Included

Project Description
Blog Web A basic blogging interface for creating and viewing posts.
Currency Converter A real-time currency exchange rate converter using APIs.
Login Page Authentication flow with login/logout functionality.
Password Generator Secure password generator with customizable options.
Routing Concepts Demonstrates react-router-dom for SPA navigation.
Write ToDo Simple to-do list using React hooks and local state.

🛠️ Technologies Used

  • React.js
  • JavaScript (ES6+)
  • HTML5 & CSS3
  • React Router DOM
  • Basic API Integration (in Currency Converter)

💡 How to Use

  1. Clone the repository:

    git clone https://github.com/Abhi3886/<your-repo-name>.git
  2. Navigate to any project:

    cd currency_convertor
  3. Install dependencies:

    npm install
  4. Run the project:

    npm start

🤝 Contributions

Feel free to fork this repo, improve any project, or add new mini-projects. Pull requests are welcome! 🚀


📬 Contact

Created with ❤️ by Abhishek Agrawal


Would you like me to include images or demo links for each project as well?

About

A compilation of beginner-to-intermediate level React.js projects including a blog web app, currency converter, login/logout system, password generator, routing concepts demo, and a to-do list. Each project focuses on core React concepts like state, props, routing, and hooks, making it a great learning resource.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published