/To-Do

📝 A To Do made with React JS and Context API

Primary LanguageJavaScriptMIT LicenseMIT

Barbershop

To Do

A simple to do made with React.js


📌 Roadmap

🚀 Features

  • 📝 Create tasks and can delete them.

Technologies

  • ReactJS - A library to build user interfaces
  • 🕸 Context API - Context provides a way to pass data through the component tree without having to pass props down manually at every level.
  • 💅 Styled-components - Css in Js
  • 📪 React-toastify - React-Toastify allows you to add notifications to your app with ease.
  • 🤓 Yup- Yup is a JavaScript schema builder for value parsing and validation.
  • 🛩 Formik - Formik is an all-in-one workflow for building forms your users will actually love.
  • 🛩 uuid - Cryptographically-strong random values
  • 💆 Lint - ESlint/Prettier/Editor Config

👷 Installation

You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:

git clone https://github.com/julianoalvescode/To-Do.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:

git clone git@github.com:julianoalvescode/To-Do.git

Install dependencies

yarn install

🏃 Getting Started

Run the following command in order to start the application in a development environment:

yarn start

Then in your browser enter

http://localhost:3000

🐛 Issues

Feel free to file a new issue with a respective title and description on the the To do repository. If you already found a solution to your problem, Don't miss out too and come help :)!

📕 License

Released in 2020.

This project is under the MIT license.

Made with love by Juliano Alves 💜🚀