Skip to content

OscarFMdev/todo-react

Repository files navigation

todo-react

Todo-react is an App that helps the user to Create, Read, Updtate and Delete (CRUD) tasks from a tasklist. The main goals of this projects are:

  • Using class components and then turn the class components into functional components.
  • Use Hooks and props to communicate between components.

Built With

Live Demo

Not yet available, you can check another project here

Getting Started

To get a local copy up and running follow these simple example steps. (NPM)

  1. Open your terminal
  2. Navigate to the directory where you want your project cloned
  3. Clone the project using git clone or just copy the command below:
   git clone https://github.com/OscarFMdev/todo-react.git
  1. Open the project with your IDE like Visual Studio Code

  2. Run npm install to get the dependencies

    not sure how to use npm? Read this.

  3. Run webpack:

  • Production:
       npm run build
    
  • Development:
     npm run start
    
    not sure how to use npm? Read this.

Prerequisites

  • Having an IDE .
  • Having Git installed and configured.

Setup

  • Clone the repository
  • Open the folder with your IDE
  • Get the dependencies with npm install
    • not sure how to use npm? Read this.

Authors

👤 Oscar Fernández Muñoz

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors