An open API service indexing awesome lists of open source software.

https://github.com/rudrakshi99/keeper-app

A note-taking app that allows authenticated users to record plain-text notes and organize, edit, or delete them.
https://github.com/rudrakshi99/keeper-app

axios django-rest-framework jwt-authentication lottie-animation material-ui notes-app react-hooks react-router react-router-dom reactjs

Last synced: about 2 months ago
JSON representation

A note-taking app that allows authenticated users to record plain-text notes and organize, edit, or delete them.

Awesome Lists containing this project

README

          

# Keeper-App

It is a note-taking app that allows authenticated users to record plain-text notes and organize, edit, or delete them.

## Technology Stack to be used:

- **Frontend**: React.js
- **IDE**: VS Code
- **Version Control**: Git and GitHub
- **Hosting**: Netlify

![Screenshot from 2021-08-03 18-15-34](https://user-images.githubusercontent.com/55245862/128018035-e2d428de-8260-4d0c-b460-d536c36546c6.png)

### Frontend Setup Instructions

- Fork and Clone the repo using
```
$ git clone https://github.com/rudrakshi99/Keeper-App.git
```
- Install the Dependencies from `npm`
```
$ npm i
```
- Run the Server and see the demo at [http://localhost:3000/](http://localhost:3000/)
```
$ npm start
```
#### GitHub Repository Structure

| S.No. | Branch Name | Purpose |
| ----- | ---------------------------------------------------------------------------- | ----------------------------- |
| 1. | [master](https://github.com/rudrakshi99/Keeper-App/tree/master) | contains all Frontend code |
| 2. | [backend](https://github.com/rudrakshi99/Keeper-App/tree/backend) | contains all Backend code |

# License :memo:

This project follows the [MIT License](https://choosealicense.com/licenses/mit/).

## If you liked the project don't forget to star 🌟 and fork 🍽 the project.

Made with ❤ by Rudrakshi

[![forthebadge](https://forthebadge.com/images/badges/uses-html.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/uses-css.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/uses-git.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)