Skip to content

Uma pequena aplicação que cria uma lista de tarefa feito com reactjs para treinar os conhecimentos em reactjs...

Notifications You must be signed in to change notification settings

ManuelPauloAfonso/todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo APP-React

creating a task list with react

✋🏻 Prerequisites

Installation

Clone the repository, and install the dependencies by running the following commands:

  $ git clone [email protected]:ManuelPauloAfonso/todoapp.git
  $ cd todoapp
  $ yarn  # or npm install

Running the application

Access the project folder and run the following command:

  $ cd todoapp
  $ yarn run dev # or npm run dev

Contribution

Contributions are what make the open source community an incredible place to learn, inspire and create. Any contribution you make will be ** very valuable and appreciated **.

  1. Fork the project
  2. Create a Branch for your Feature (git checkout -b feature/name-feature)
  3. Add your changes (git add .)
  4. Commit your changes (git commit -m 'Adding an awesome Feature!)
  5. Push the Branch (git push origin feature/name-feature)
  6. Open a Pull Request

Author

Manuel Afonso

About

Uma pequena aplicação que cria uma lista de tarefa feito com reactjs para treinar os conhecimentos em reactjs...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published