sriram23 / TODO-FE

Home Page:https://all-your-tasks.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visits Badge Updated Badge Created Badge GitHub contributors GitHub License Website GitHub top language

TODO UI

Frontend code for a TODO application using the MERN stack.

Table of Contents

Overview

TODO UI is the frontend code for a TODO application built using the MERN stack. It provides an intuitive user interface for managing tasks, including creating, completing, and deleting tasks. This project demonstrates the use of modern web development technologies to build a responsive and user-friendly application.

Tech Stack

  • React.js: A JavaScript library for building user interfaces.
  • Chakra UI: A CSS framework for rapid UI development.
  • Axios: Promise-based HTTP client for network calls.

Features

  • User Authentication: Secure user authentication system.
  • Task Management: Create, complete, and delete tasks.
  • Responsive Design: Optimized for various devices and screen sizes.

Installation

To run TODO UI locally, follow these steps:

  1. Clone the repository: git clone https://github.com/sriram23/TODO-UI.git

  2. Navigate to the project directory: cd TODO-UI

  3. Install dependencies: npm install

  4. Start the application: npm start

  5. Open your browser and go to http://localhost:1234

Usage

  • User Authentication: Register and log in to manage your tasks.
  • Task Management: Create new tasks, mark tasks as complete, and delete tasks.
  • Responsive Design: Access the application on various devices.

Contributing

We welcome contributions to TODO UI! To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For questions or support, please reach out to: sriramsubramanian23@gmail.com

About

https://all-your-tasks.web.app/

License:MIT License


Languages

Language:JavaScript 98.1%Language:HTML 1.9%