A curated collection of standalone React projects showcasing a range of front-end skills—from simple UI components to fully-featured applications—with JavaScript and modern React best practices.
Each project is independent and organized in its own folder
Clone the repo and run any project locally:
git clone https://github.com/omari-kd/React-Projects.git
cd React-Projects/<project-folder>
npm install
npm start