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

https://github.com/hombre2014/react-todo-app


https://github.com/hombre2014/react-todo-app

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# Yuriy Chamkoriyski React to-do app tutorial project

> React to do app

![screenshot](https://ibaslogic.com/a04023263939b5d0bfb5f32c0fce4598/react-todo-app_700.gif)

## Description

Follow the react to-do app tutorial and build the project in the estimated time.

## Requirements:

- [ ] You will follow the tutorial: React Tutorial From Scratch: A Step-by-Step Guide (2021), where you will develop a To do app!
- [ ] This tutorial, divided into several parts, is very comprehensive, and covers all main concepts about React, from the very basics to some intermediate topics. Feel free to skip the parts you think you don't need, since you already learned about these topics. This tutorial is not a substitute, just a reinforcement of what you have learned.
- [ ] Complete as much as possible in the estimated time.
- [ ] The tutorial is organized in the following sections:
- [ ] Part 1 - React tutorial: The beginner's guide to learning React in 2020.
- [ ] Part 2 - Working with React form and handling event.
- [ ] Part 3 – How to implement CSS in Reactjs app.
- [ ] Part 4 – How to edit to dos items.
- [ ] Part 5 – Persisting React state in local storage (Optional).
- [ ] Part 6 – Getting started with React lifecycle methods.
- [ ] Part 7 – Getting started with React hooks.
- [ ] Part 8 – How to use SVG icons in React (Optional).
- [ ] Part 9 – Routing with React Router.
- [ ] Part 10 – How to add hamburger menu in React (Optiona).
- [ ] Part 11 – Deploying React app to GitHub Pages (Optional).
- [ ] Create a new repository work on a new branch (use Gitflow).
- [ ] Open a pull request with all your changes. Do not merge it - you will need it in the following exercise!

## Built With

- Major languages: Javascript
- Frameworks: React.js
- Technologies used: Node.js, Babel, Jest, webpack
- Tested with: - ESLint (JavaScript linting), Stylelint (style linting)

## Live Demo

- No deployment yet

### Prerequisites

- Internet connection and browser
- A text editor(preferably Visual Studio Code)
- Browser

### Setup

- This project was bootstrapped with [Create React App](https://github.com/facebook/react-todo-app).

### Install

- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/)

### Usage

- Clone the repository using `git clone https://github.com/Hombre2014/react-todo-app`
- Change directory into the project folder: `cd react-todo-app`
- 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

- Not ready yet

## Author

👤 **Yuriy Chamkoriyski**

- GitHub: [@Hombre2014](https://github.com/Hombre2014)
- Twitter: [@Chamkoriyski](https://twitter.com/Chamkoriyski)
- LinkedIn: [axebit](https://linkedin.com/in/axebit)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Hombre2014/react-todo-app/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

## 📝 License

This project is [MIT](./license.md) licensed.