Skip to content

Android789515/note-keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

note-keeper

Web app for keeping notes.

Table of Contents

  1. Goals
  2. Technologies Used
  3. Project Setup
  4. Screenshots

Goals

I made this project to learn about unit testing and TDD: test-driven development. The scope was intended to be small in order to finish the project in a reasonable amount of time.

Technologies Used

  • React - My framework of choice.

  • TypeScript - I use TypeScript for my projects.

  • Redux - For managing application state and applying middleware to save notes to local storage.

  • React Testing Library - The testing framework for Create Reat App.

  • React Beautiful DnD - The drag and drop library for mobile sizes. I chose it for easy setup for vertical lists.

  • React Draggable - The dragging library for large screen sizes. Chosen for its stateful dragging functionality. The exact position of each note is saved along with the rest of the note data.

  • SCSS

  • Color - A library I used to automate colors for the note headers and some buttons.

Project Setup

Clone

$ git clone https://github.com/Android789515/react-clock.git

Install

$ npm install

Development

$ npm run dev

Build

$ npm run build

Here are some screenshots of the app

Mobile

Mobile view of app

Creating a note

Creating a note

Notes

When notes are present

When notes are present

Re-ordering notes

Re-ordering notes

Large screen

View of the app at large screen size

Dragging notes

Dragging notes

The active note will show above others

The active note will show above others

When editing a note

When editing a note

When editing a note

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published