An errand-tracking web application.
A web application for creating and keeping track of errands. Similar to the note-taking application that I made a while ago, but with some modifications.
Created with:
- React.js (JSX)
- CSS
- JSON-Server
Project development: 11/6/2022 - 12/8/2022
This project includes:
- Creating/discarding errands
- Editing/saving
- Errand color setting
- Indication of completed errands w/ strike-through
- Time and dates
- Total errand counter
- Search functionality
Clone repository and install
git clone https://github.com/KennethOnuorah/React-Errands.git
cd React-Errands
npm i
Run the server
npm run server
Run dev
npm run dev