Welcome to the Project Management App, a single-page application built with React and styled using Tailwind CSS. This app is designed to help users manage projects efficiently with an intuitive and responsive user interface.
- Single Page Application: Seamlessly navigate through the app without reloading the page.
- Responsive Design: Optimized for all devices, from desktops to mobile phones.
- Task Management: Easily add, edit, and delete tasks associated with projects.
- User-Friendly Interface: Simple and clean UI powered by Tailwind CSS.
- React: JavaScript library for building user interfaces.
- Tailwind CSS: Utility-first CSS framework for styling.
- JavaScript (JS): Core functionality and interactivity.
- CSS: Additional styling to complement Tailwind CSS.
To get a local copy up and running, follow these steps.
- Node.js installed on your machine
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/Origina-sudo/Project-Management-App.git
-
Navigate to the project directory:
cd Project-Management-App
-
Install dependencies:
npm install
-
Start the development server:
npm start or npm run dev
Acknowledgments:
React Documentation: For the amazing documentation that helped guide the development process.
Tailwind CSS Community: For the fantastic tools and resources.