A curated collection of ReactJS projects demonstrating various concepts and applications. This repository serves as a showcase of my journey in mastering ReactJS, encompassing a range of projects from foundational components to full-fledged applications.
🛠️ Featured Projects:
-
React Hooks: An exploration of React's hooks API, focusing on
useState
,useEffect
, and custom hooks to manage state and side effects in functional components. -
SUI-KSH-Project: A project utilizing Semantic UI and Kendo UI components to build a responsive and user-friendly interface.
-
TradingApp: A financial application simulating stock trading functionalities, integrating real-time data and user authentication.
-
WeatherApp: A weather forecasting application fetching data from a public API to provide real-time weather updates.
-
Move-Shop: An e-commerce platform demonstrating product listings, cart functionalities, and checkout processes.
-
Test-App: A testing ground for experimenting with various React features and third-party libraries.
🔧 Technologies Used:
-
Languages: JavaScript, TypeScript
-
Libraries & Frameworks: React, React Router, Axios
-
Styling: CSS, Semantic UI, Kendo UI
-
Tools: Webpack, Babel, Node.js
🚀 Getting Started:
-
Clone the repository:
git clone https://github.com/VictorPaulArony/reactjs.git
-
Navigate into the project directory:
cd reactjs
-
Install dependencies:
npm install
-
Start the development server:
npm start
Visit http://localhost:3000
to view the application.
Feel free to explore the projects and contribute to the repository. Your feedback and pull requests are welcome!