Coder Social home page Coder Social logo

jorgeprj / taskee-react Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 550 KB

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

JavaScript 64.76% HTML 0.58% CSS 34.66%
react react-hooks react-router reactjs

taskee-react's Introduction

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.

taskee-react's People

Contributors

jorgeprj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.