Skip to content

This is a simple todo app that allows a user to create, edit or delete a todo.

Notifications You must be signed in to change notification settings

chukshon/fe-todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

This is a simple todo app that allows a user to create, edit or delete a todo.

Table of Contents

Installation

In the project directory, you can run:

yarn or npm install

This installs all the necessary dependencies and packages

yarn or npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn or npm build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Project Description

The todo application has the following functionalites which are:

  • Logging in a user to the application
  • Logging out a user from the application
  • Create, edit, delete and also search todos.

Technology and libraries used

  • React
  • Typescript
  • React context
  • UUID
  • React router dom
  • Axios
  • Styled Components
  • Formik and yup
  • React icons
  • React Context

How to use the App

The app has two pages: login page and the todo List Page

  • Once the app launches, a login screen will be displayed where you'll need to input an already registered email and password so as to be able to access the todo List page image

  • Once logged in, you'll be redirected to the todo list page, where you can add new todo, edit already existing todo, delete todo. and also search for a todo. image

About

This is a simple todo app that allows a user to create, edit or delete a todo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published