jorgeprj / taskee-react

A ReactJS project for managing projects, tasks, and services. Explore React fundamentals, including hooks, routing, and more, while efficiently organizing your personal and work projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taskee - ReactJS Projects Manager

Taskee

Welcome to the Taskee repository, a project developed entirely in ReactJS using Vite as the project bootstrapper. Taskee was created for the purpose of practicing fundamental React concepts and showcasing various features. This project management tool is packed with resources to help organize tasks and personal projects.

Key Features

Taskee offers a range of features and development techniques in React:

  • Utilization of React Hooks for state and effect management.
  • Styling with CSS for an attractive and responsive interface.
  • Event handling, such as onClick and onChange, for user interactions.
  • Use of props to pass data between components.
  • Page navigation with React Router.
  • Beautiful and intuitive icons provided by the React Icons library.

Additional Features

In addition to the core features, Taskee provides advanced functionality:

  • Project Management - Create, edit, and delete projects. The project's cost is automatically updated as you add or remove services.
  • Add Tasks - Create tasks that must be completed within the project's deadline. The task's deadline must be within the project's timeframe.
  • Add Services - Add services to the project, but only if the cost is within the available budget.
  • Automatic Cost Update - The project's cost is automatically updated based on the services added and removed.

Prerequisites

To run Taskee on your local machine, ensure you have the following installed:

Installation

  1. Clone this repository to your machine:

    git clone https://github.com/jorgeprj/taskee-react.git
  2. Navigate to the project directory:

    cd taskee
  3. Install project dependencies:

    npm install
    # or
    yarn install

How to Use

To simulate the JSON Server and run the project, follow these steps:

  1. Start the JSON Server to simulate the API:

    npm run backend
    # or
    yarn backend

    The server will be available at http://localhost:5000.

  2. Start the React application:

    npm run dev
    # or
    yarn dev

The application will be available at http://localhost:5173 by default.

UI UX

The project was developed based on a model found on Behance. To view the actual project, click here.

Contribution

If you wish to contribute to the Taskee project, follow these steps:

  1. Fork the repository.
  2. Create your own development branch: git checkout -b feature/feature-name.
  3. Make your changes and commit them: git commit -m 'Add a new feature'.
  4. Push your branch: git push origin feature/feature-name.
  5. Submit a Pull Request with your changes.

License

This project is licensed under the MIT License. Feel free to use and modify it as needed.

Contact

For questions or suggestions, please contact @jorgeprj.

About

A ReactJS project for managing projects, tasks, and services. Explore React fundamentals, including hooks, routing, and more, while efficiently organizing your personal and work projects.

License:MIT License


Languages

Language:JavaScript 64.8%Language:CSS 34.7%Language:HTML 0.6%