Git Product home page Git Product logo

dooo's Introduction

Dooo : Online Task Manager

Screenshot (2) Screenshot (3)

Overview

This is a full-stack Todo application that allows users to manage their tasks efficiently. Users can create, read, update, and delete todos. The app provides a dashboard where users can view their todos with details. The application is built using Node.js and Express for the backend, MongoDB for the database, and Vite React, Tailwind CSS, React Router Dom, Nivo Charts, Redux, and Axios for the frontend. The app utilizes real-time updates, enabling users to access and interact with their todos from anywhere.

Features

  • User-friendly interface for managing todos effectively.
  • Create new todos with a title, description, owner, priority, status, due date, and category.
  • View todos with detailed information in the dashboard.
  • Update existing todos with revised information.
  • Delete unwanted todos effortlessly.
  • Delete all todos at once
  • Real-time synchronization for seamless access and interaction from multiple devices.

Technologies Used

  • Frontend:

    • Vite React: A fast React framework for the frontend development.
    • Tailwind CSS: A utility-first CSS framework for responsive and customizable designs.
    • React Router Dom: A routing library for React applications.
    • Nivo Charts: A data visualization library for creating interactive charts and graphs.
    • Redux: A state management library for managing application state.
    • Axios: A promise-based HTTP client for making API requests.
  • Backend:

    • Node.js: A JavaScript runtime for server-side development.
    • Express: A web application framework for Node.js.
    • MongoDB: A NoSQL database for storing todos and related information.
    • Mongoose: An Object Data Modeling (ODM) library for MongoDB and Node.js.

Getting Started

To run the Todo application on your local machine, follow these steps:

  1. Clone the repository:
# frontend
git clone https://github.com/lokeshkavisth/dooo.git


# backend
git clone https://github.com/lokeshkavisth/dooo-backend.git
  1. Install dependencies for both frontend and backend:
# Go to the frontend folder and install dependencies
cd dooo
npm install

# Go to the backend folder and install dependencies
cd dooo-backend
npm install
  1. Set up the MongoDB connection:

    • Ensure you have MongoDB installed and running on your system.
    • Open the .env file and update the database connection URI.
  2. Run the application:

# Run the backend server (from the dooo-backend folder)
npm run dev or npm start

# Run the frontend development server (from the dooo folder)
npm run dev
  1. Access the application in your web browser at http://localhost:5173.

Contribution

Contributions to the Todo application are welcome! If you find any bugs, have feature requests, or want to improve the code, feel free to create a pull request.

License

This Todo application is open-source and available under the MIT License. Feel free to use, modify, and distribute the application as per the license terms.

Happy Todo-ing!

dooo's People

Contributors

lokeshkavisth 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.