Skip to content

enoquetembe/todo

Repository files navigation

Todo

Challange created by Rockeseat during Ignite program.

Technologies   |    Getting started   |    Contributing   |    Screenshot   |    Live Demo   |    License

Capa (3)


🚀 Technologies

This project was developed with the following technologies:

💻 Project

this project is a simple To-do list app that allows you to store your to-do tasks, delete tasks and mark your tasks as complete after completing them


🚀 Getting started

Prerequisites

You must have Node.js and git installed to get started.

Instalation

Open a terminal follow the steps bellow

  1. Clone the repository:
 $ git clone https://github.com/enoquetembe/todo.git
  • Got to the project directory
2. cd todo
  1. Install depedencies
npm install
  1. Runing the project locally
npm run dev

👨‍💻 Contributing

Pull Requests are welcome. For major changes, please open an issue to discuss what and which kind of changes you want to perform.
Follow these steps to make your contribution.

1. Fork the repository

2. Create your feature branch

# To make it easier name this branch with your username or with the name of the feature you added
$ git checkout -b MyFeature

3. Commit your changes

 $ git commit -m 'Adding my feature'

4. Push to your feature branch

 $ git push origin MyFeature

5. Open a Pull Request


Let's work together. 😁


📸 Screenshot

localhost_5173_ (6)

localhost_5173_ (9)


💻 Live Demo

  • You can see the application in live through THIS LINK

📄 License

This project is under MIT Lincese CLICK HERE to read the file about the license.


Made with ❤ by Enoque Tembe