An open API service indexing awesome lists of open source software.

https://github.com/powerlevel9000/react-to-do

This is react based website for handlling your tasks it is not completeyet but main functionalities is working fine
https://github.com/powerlevel9000/react-to-do

components react state-management

Last synced: about 1 year ago
JSON representation

This is react based website for handlling your tasks it is not completeyet but main functionalities is working fine

Awesome Lists containing this project

README

          



logo




React To Do




# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ ](#faq)
- [📝 License](#license)

# 📖 React task to do

> This Project is for maintining your daily tasks and also in future we will update with complex funtions as well

**React task to do** is a React-oriented project


## 🛠 Built With

### Tech Stack

> In this project I used many skills, tech and libraries

Documentation

Styling

Dynamics And Logics

Frame Work


### Key Features

> Following features you should observe

- **You can add your task**
- **you can mark id completed**
- **you can remove your tasks**

(back to top)

## 🚀 Live Demo

> This link will guide you to my project

- [Live Demo Link](https://powerlevel9000.github.io/react-to-do/)

(back to top)

## 💻 Getting Started

>For having local file and project you can fork this repo

>And for making changes you you should follow prerequisites

### Prerequisites
To edit this project you need:
- Node.js installed
- A Terminal
- A web browser
- An IDE

- suggested IDE
- visual studio code
- atom
- visual code

### Setup

Clone this repository to your desired folder:

- And run `npm i` in root dir to install node modules
- Then run `npm start`
- All this makes our project open in the browser

### Usage

Execute the following thing:

- Mathematica
- As complex calculations

### Run tests

- To run all test cases you need to run `npm test` in the root dir
- Linters for files run in the root dir
- `npx eslint "**/*.{js,jsx}"` for JS linting
- `npx stylelint "**/*.{css,scss}"`for CSS or SCSS linting
- `--fix` flag for instant fixable fix
- `npx hint .` for HTML linting

### Deployment

You can deploy this project using:
- Fork our Repo and clone it or download `zip` and extract it
- Edit some changes
- Run `npm run build` to make our project production ready
- deploy it using [GitHub](www.github.com) pages

(back to top)

## 👥 Authors

👤 **Adarsh Pathak**

- GitHub: [@PowerLevel9000](https://github.com/githubhandle)
- Twitter: [@PowerLevel9002](https://twitter.com/PowerLevel9002?t=AIuSN7mTxk5a_MWpLolEjA&s=09)
- LinkedIn: [@Adarsh Pathak](https://www.linkedin.com/in/adarsh-pathak-56a831256/)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- [ ] **mobile and tablet version**
- [ ] **improve functionality**
- [ ] **improve styling**
- [ ] **Some more pages**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/PowerLevel9000/react-to-do/issues)).

(back to top)

## ⭐️ Show your support

If you like my Project give it a Star ✨🌟

(back to top)

## ❓ FAQ

> ask questions to be here

(back to top)

## 📝 License

This project is [MIT](https://github.com/PowerLevel9000/react-to-do/blob/dev/LICENSE) licensed.

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)