Skip to content

Aryan-kumar-mains/To-Do-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple To-Do-App Built using React JS

Screenshots

List/Home Screen List/Home Screen List/Home Screen

Instructions

First clone this repository.

$ git clone https://github.com/Aryan-kumar-mains/To-Do-App.git

Install dependencies. Make sure you already have nodejs & npm installed in your system.

$ npm install # or yarn

Run it

$ npm start # or yarn start

Current Features

  • Add a T ask
  • manage tasks
  • Overview of all your tasks
  • Edit Task

Version 1.0

  • Newly deployed

Issues

To report issues, create an issue here.

Description

To Do App is a kind of app that generally used to maintain our day-to-day tasks or list everything that we have to do, with the most important tasks at the top of the list, and the least important tasks at the bottom. It is helpful in planning our daily schedules.

Github Releases

Head to the releases page and download the appropriate installer for your system.


Hacktoberfest

You can contribute to this project under Hacktoberfest 2022 💫

image

Hacktoberfest 2022 is finally here, and we're pretty excited about it. We think it's a great time to encourage, recognise and reward developers in the community who dedicate their time to creating for others.

Hacktoberfest is an annual festival hosted by DigitalOcean that takes place in the month of October to celebrate the open source community. As part of this 31-day celebration, contributors and open source maintainers are encouraged to work on open source projects and win swag to mark the occasion.

Tips for Contributors:

  • PRs beyond our open issues are welcome but make sure your contributions are meaningful and beneficial to other users otherwise your PR may be closed and marked as ‘invalid’.
  • Issues before PRs. If you plan to make a contribution, please make sure there is an issue for it. You can either find an existing issue or open a new issue if none exists.
  • You are welcome to make your first contribution to this repo.

Happy Hacking