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
- Host: GitHub
- URL: https://github.com/powerlevel9000/react-to-do
- Owner: PowerLevel9000
- License: mit
- Created: 2023-03-03T10:54:03.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-03T15:18:12.000Z (over 3 years ago)
- Last Synced: 2025-04-09T23:52:13.500Z (about 1 year ago)
- Topics: components, react, state-management
- Language: JavaScript
- Homepage:
- Size: 863 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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)
> 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
> In this project I used many skills, tech and libraries
Documentation
Styling
Dynamics And Logics
Frame Work
> Following features you should observe
- **You can add your task**
- **you can mark id completed**
- **you can remove your tasks**
> This link will guide you to my project
- [Live Demo Link](https://powerlevel9000.github.io/react-to-do/)
>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
👤 **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/)
> Describe 1 - 3 features you will add to the project.
- [ ] **mobile and tablet version**
- [ ] **improve functionality**
- [ ] **improve styling**
- [ ] **Some more pages**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/PowerLevel9000/react-to-do/issues)).
If you like my Project give it a Star ✨🌟
> ask questions to be here
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._