Skip to content

za-6174/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App React Frontend

alt text

Description:

This is the front-end for the todo app which allows users to log in/sign up, create tasks, update tasks, mark tasks as done and receive email reminders for over due tasks.

Technologies:

  • React.js (created app with create-react-app)
  • JavaScript

Installation and Setup:

  1. Prerequisites:

    • Node.js and npm (or yarn): Ensure you have Node.js (version 14 or later) and npm (or yarn) installed on your system. Download them from the official Node.js website if needed: https://nodejs.org/en
    • Ensure back end part is up and running before running the front end. Here is the link: https://github.com/za-6174/todo-app-backend
  2. Clone the Repository:

    git clone https://github.com/za-6174/todo-app.git
    cd todo-app
  3. Install packages

    npm install  # or yarn install
  4. Run it

    npm start # or yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published