JuliaGrandury / todo-reactapp

A simple To Do App build in React.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

To Do React App

A simple to do app to keep track of what you need to do today!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. License
  5. Contact

About The Project

Screenshot of Project

A very simple to do app allowing users to add and remove to dos or cross them out once they have completed them.

(back to top)

Built With and Deployed With

(back to top)

Getting Started

Prerequisites

You will need to have Node.js and npm package manager installed. If you do not, visit Node.js and download the version labeled LTS. To install the latest version of npm run npm install npm@latest -g. Ensure that both are correctly installed using node -v and npm -v.

Installation

  1. Clone the repo
    git clone https://github.com/JuliaGrandury/todo-reactapp.git
  2. Run npm run start and open localhost:3000 in your browser to see it
  3. Once you have appropriated it and made the changes you'd like run npm run build to create the production build

(back to top)

Roadmap

  • Add different backgrounds to app
  • Add a toggle between light and dark mode

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Julia Grandury - booleanjules@gmail.com

Project Link: https://github.com/JuliaGrandury/todo-reactapp

(back to top)

About

A simple To Do App build in React.js

License:MIT License


Languages

Language:JavaScript 52.5%Language:HTML 26.9%Language:CSS 20.6%