Skip to content

exodogurgel/todo-list

Repository files navigation

GitHub Top Language GitHub Language Count Github License

image


💻 About

In this challenge, I developed a to-do list-style task control application, which contains the following functionalities:

  • Add a new task
  • Mark and unmark a task as complete
  • Remove a task from the list
  • Show task completion progress

Although there are few features, concepts such as:

  • States
  • State immutability
  • Lists and keys in ReactJS
  • Properties
  • Componentization

🛠 Tech Stack

This project was developed with the following technologies:


🔖 Layout

You can view the layout of the project via the link below:


🚀 How it works

Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: [Git] (https://git-scm.com), [Node.js] (https://nodejs.org/en/). In addition, it is good to have an editor to work with the code like [VSCode] (https://code.visualstudio.com/)

🧭 Running the web application (Frontend)

# Clone this repository
$ git clone git@github.com:exodogurgel/todo-list.git

# Access the project folder in your terminal
$ cd todo-list

# Install the dependencies
$ npm install

# Run the application in development mode
$ npm run dev

# The application will open on the port: 3000 - go to http://localhost:5173

🦸 Author

Êxodo Gurgel
Êxodo Gurgel
🚀

Linkedin Badge Gmail Badge


📝 License

This project is under the license MIT.

Made with ❤️ by Êxodo Gurgel 👋🏽 Get in Touch!