Skip to content

adebsa2401/Todo-List-React

Repository files navigation

logo

Todos App

📗 Table of Contents

📖 Todos App

Todos App is a website on which the user can save and organize his/her tasks. The user can add, edit, delete and mark tasks as completed. The user can also filter tasks by completed or uncompleted.

🛠 Built With

Tech Stack

Client

Key Features

  • The user can create a todo
  • The user can edit a todo
  • The user can delete a todo
  • The user can mark a todo as completed or uncompleted

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

  1. Start cloning this repository by entering the following command:
git clone https://github.com/adebsa2401/Todo-List-React.git
  1. Install npm dependencies by running

    npm i

  2. Build assets by running

    npm run build

  3. Finally run

    npm start
    to start local node.js server. The project's entry file index.html should automatically open in your browser. If it doesn't, open your browser and head over to the following url: http://localhost:3000

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

git clone https://github.com/adebsa2401/Todo-List-React.git

Install

Install this project with:

npm i

Usage

To run the project, execute the following command:

npm run build
npm start

Run tests

To run tests, run the following command:

npm run test

Deployment

You can deploy this project using:

git subtree push --prefix build origin gh-pages

(back to top)

👥 Authors

👤 Ben Sales

(back to top)

🔭 Future Features

  • The user can reorder his tasks
  • The user can filter out his tasks

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

  • Microverse

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)

About

Simple Todo List app built with React where the user can create, edit, delete and mark as completed a todo. Built with HTML, CSS3 and React.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published