A simple and intuitive to-do list application built with React, designed to help you efficiently manage and organize your daily tasks. This user-friendly app allows you to stay focused and enhance your productivity.
HTML, CSS, JavaScript, React.js
Client
Package Manager
- Keep track of multiple tasks.
- Edit your tasks
- Create new tasks
It will be available soon!
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A web browser to view output e.g Google Chrome.
- An IDE e.g Visual studio code.
node
should be installed in your local machine, node website.- Install the
npm
package manager use this to install both node and npm. - A terminal.
Clone this repository to your desired folder or download the Zip folder:
https://github.com/Alejandroq12/react-todo.git
- Navigate to the location of the folder in your machine:
you@your-Pc-name:~$ cd react-todo
To install all dependencies, run:
npm install
To run the project, follow these instructions:
- After Cloning this repo to your local machine.
- You can also use
npm start
command in terminal to run this at the localhost.
To run tests, run the following command:
- Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
- Track JavaScript linter errors run:
npx eslint "**/*.{js,jsx}"
You can deploy this project using: GitHub Pages,
- I used GitHub Pages to deploy my website.
- For more information about publishing sources, see "About GitHub pages".
π€ Julio Quezada
- GitHub: Alejandroq12
- Twitter: @JulioAle54
- LinkedIn: Julio Quezada
- It will allow user to log in and sign up
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give me a star βοΈ
I want to thank all my colleagues that share knowledge with and inspired to to improve each day.
-
DWhat did you learn with this project?
- I learned a lot about React.js, components, props, state, and hooks.
This project is LICENSE licensed.