Skip to content

Latest commit

 

History

History
126 lines (93 loc) · 3.7 KB

README.md

File metadata and controls

126 lines (93 loc) · 3.7 KB


ReactJS

React.js & TypeScript Todo List:

Seamless Task Management My React.js and TypeScript-powered todo list app simplifies task management. Users can effortlessly add, organize, and check off tasks. Built on React.js for a fluid interface, TypeScript ensures robustness and reliability. Storing tasks in local storage enables seamless access across sessions and devices. What stands out is its visual flair: completed tasks are elegantly highlighted, offering a clear indication of progress.
Explore the docs »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Logo

(back to top)

Built With

  • React JS
  • TypeScript
  • styled-components

(back to top)

Getting Started

Prerequisites

  • Node JS
  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/amandaduuaarte/ToDoList-ReactJS.git
  2. Install NPM packages
    npm install
  3. run
    yarn start

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'feat: Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact:

ReactJS

Amanda - [@linkedin](https://www.linkedin.com/in/amanda-duarte)

Project Link: https://github.com/amandaduuaarte/ToDoList-ReactJS

(back to top)