Skip to content

Wario-Ametrano/React-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Projects ⚛️

Collection of React web app projects demonstrating various skills and technologies.

This repository contains a set of React applications I’ve built to explore different concepts in frontend development — from simple UI components to more complex state-managed experiences.

Projects Included 📁

  • Each folder in this repo is a standalone React project showcasing different features and styles:
  • frontEats – Food ordering interface (UI + interactions)
  • fullstackSushi – Fullstack React app (frontend + API interaction)
  • redux-shop – Shopping app using Redux for global state
  • travelReact – Travel listing interface
  • wario-pizza – Pizza ordering UI (React basics)

Adjust the descriptions above to match exactly what each project does if you want them even more detailed.

Tech Stack 📦

This collection uses:

  • React (JavaScript library for building UIs)
  • React Router for navigation (if applicable)
  • Redux for state management (redux-shop)
  • CSS / styled components for styling
  • Modern JavaScript (ES6+ features)

Projects illustrate different concepts employed in real-world React development.

Why This Repo? 🧠

This repo is a personal sandbox for learning and experimenting with frontend development using React. It helps me:

  • Practice UI and component design
  • Explore different state management techniques
  • Try fullstack integrations and API usage
  • Improve code structure and project organization

If you’re learning React too, you might find inspiration in these examples or use them to practice and extend your skills.

Getting Started 🚀

To run any project locally:

  • Clone the repo:
git clone https://github.com/Wario-Ametrano/React-Projects.git
  • Navigate to the project folder:
cd React-Projects/frontEats
  • Install dependencies:
npm install
  • Run the dev server:
npm start

Repeat for each sub-project.

What You Can Learn 🧩

This repository gives practical examples of:

  • React component composition
  • State and props
  • Routing & navigation (if used)
  • Redux implementation
  • UI styling and interactions

It’s ideal for refreshing fundamentals or learning new patterns by reading and playing with real code.

Contributions & Feedback 💬

Feel free to explore, star ⭐ the repo, or open an issue if you have feedback, ideas, or improvements. I’m always happy to hear how others approach React projects!

License 📌

This project is open-source and available under the MIT License (add a LICENSE file if you want to include one).

About

My react website projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors