Notepud

Notepud is a simple note-taking and to-do list application built with React. It allows users to create, edit, and manage notes and to-dos in a user-friendly interface. This repository contains the source code for the Notepud application.

Features

  • Create, view, edit, and delete notes.
  • Add and remove items from the to-do list.
  • Navigate between the notes and to-dos using React Router.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • React Router: A routing library for React applications.

Installation

  1. Clone the repository:
git clone https://github.com/Boboe16/React_App-Notes-with-To-dos
  1. Navigate to the project directory:
cd notepud
  1. Install the dependencies:
npm install
  1. Start the development server:
npm start
  1. Open your browser and visit http://localhost:3000 to see the application.

Usage

  • To view and manage notes, navigate to the homepage (/).
  • To view and manage the to-do list, navigate to /todos.

Acknowledgements


Happy note-taking and task management with Notepud!