https://github.com/onjoseph/react-todoapp
A Simple But Powerful To Do List React App Project!
https://github.com/onjoseph/react-todoapp
hooks javascript lifecycle-methods lifting-state-up react
Last synced: about 1 year ago
JSON representation
A Simple But Powerful To Do List React App Project!
- Host: GitHub
- URL: https://github.com/onjoseph/react-todoapp
- Owner: ONJoseph
- Created: 2023-01-17T15:25:07.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-18T18:55:21.000Z (over 3 years ago)
- Last Synced: 2025-02-04T12:48:05.080Z (about 1 year ago)
- Topics: hooks, javascript, lifecycle-methods, lifting-state-up, react
- Language: JavaScript
- Homepage: https://github.com/ONJoseph/react-todoapp
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Microverse README Template
# 📗 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)
- [📝 License](#license)
**[react-todoapp]** is a website that allows you to create a list of task that you want to do online easily. Its a learning project with the objectives of using JavaScript events, using React life cycle methods and understanding the mechanism of lifting state up as well as consolidating knowledge about React, components, props, state, and hooks. The finished product is a To do app!
Client/Server
- HTML, CSS, JavaScript and JSX
- Git, Github and Visual Studio Code
- Webpack
- React
- **[About Page]**
- **[Add and remove tasks]**
- **[NotMatch Page]**
## 🚀 Live Demo
- [Live Demo Link](No deployment yet)
## 💻 Getting Started
To get a local copy up and running, follow these steps:
### Prerequisites
In order to run this project you need:
- Internet connection and browser
- A source code editor(preferably Visual Studio Code)
- Browser
- Install nodeJS along with NPM
### Setup
Clone this repository to your desired folder:
- Choose a local directory.
- Open a Git Terminal.
- write: git clone
- Open the repository with VS Code.
- This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
### Install
Install this project with:
- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/)
- Run `npm i` on the root of the project and you're good to go. All of the necessary packages will be installed for you!
- npm init -y
- npm install webpack webpack-cli --save-dev
- npm install --save-dev html-webpack-plugin
- npm install --save-dev style-loader css-loader
- npm install --save-dev webpack-dev-server
### Usage
To run the project, execute the following command:
- Clone the repository using ``
- Change directory into the project folder: `cd react-todoapp`
- Run `npm install`
- Run `npm start`
- A new browser will open automatically with application loaded
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
### Deployment
You can deploy this project using:
- Run `npm run build` for Webpack to generate the dist files corresponding to your actual /src file
- GitHub: [@ONJoseph](https://github.com/ONJoseph)
- Twitter: [@ONJoseph1](https://twitter.com/ONJoseph1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/o-n-joseph-ba8425147/)
- [ ] **[Exercise: Deploy]**
- [ ] **[Some Cool animations]**
- [ ] **[Implement Testing (pair programming)]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ONJoseph/react-todoapp/issues).
If you like this project please give a ⭐️ to show your support!
I would like to thank:
- Microverse for the Readme Template
This project is [MIT](https://github.com/ONJoseph/mathmagicians/blob/development/LICENCE) licensed.