Skip to content

Single-Page Notes Application built with React and Promise based HTTP requests.

Notifications You must be signed in to change notification settings

vityukBogdan/notes-react-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Notes lets you create, edit and delete notes. You may also add or delete tags for each note.

Technical description: A Single-Page Application making Promise based HTTP requests built with ReactJS and a Ruby on Rails API

Features

  • Single-Page Application using ReactJS.

  • Create, Edit, and Delete Notes in a fluid interface.

  • Create or Delete Tags for each Note.

  • Makes Promise based HTTP requests using Axios

  • Communicates with my custom Rails API to store and update notes: View the API Repo

Demo

You can see a running version of the application at https://notes-react-app.herokuapp.com/.

Screenshots

Notes Homepage Individual Note

Installation

This project was bootstrapped with Create React App and requires NPM to be installed.

git clone https://github.com/jwmunn/notes-react-app.git
cd notes-react-app
npm install

Usage

npm start

About

Single-Page Notes Application built with React and Promise based HTTP requests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.1%
  • JavaScript 38.0%
  • HTML 2.9%