This repository is a collection of small but powerful React applications designed to showcase various aspects of the React framework and related libraries. It includes a Todo app, an Expense Tracker, and a Contacts app, designed to provide practical functionality while demonstrating clean coding practices.
This react_projects repository is designed as a multi-faceted platform to explore and interact with different functionalities commonly seen in web applications. Each app within this repository serves a unique purpose and utilizes a stack of technologies to achieve optimal performance and user experience.
Manage your daily tasks with simplicity and ease.
Keep track of your expenses and budget in a user-friendly interface.
Organize your contacts in a centralized and accessible place.
- React.js
- Axios - Promise based HTTP client for the browser and Node.js
- react-toast-notifications - For adding toast notifications
- react-select - For building select control for React
- query-string - For parsing and formatting URL query strings
To get a local copy of these projects up and running, follow these simple steps:
# Clone the repository
git clone https://github.com/Mahdiyar-WEB/react_projects.git
# Navigate to the repository
cd react_projects
# Install the dependencies for each project
npm install