Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ananya2001-an/note

A minimalistic note taking app
https://github.com/ananya2001-an/note

css html javascript mongodb nodejs-server react vercel

Last synced: 27 days ago
JSON representation

A minimalistic note taking app

Awesome Lists containing this project

README

        

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Ananya2001-an/note)](https://github.com/Ananya2001-an/note/releases)
![GitHub repo size](https://img.shields.io/github/repo-size/Ananya2001-an/note)

# This is note.

"**note.**" is a minimalistic note taking app and also allows you (especially students) to keep track of your important assignments.

![note-](https://user-images.githubusercontent.com/55504616/218420244-1b1fa815-8074-44b9-b27c-40b38a034716.png)

## Features
1. You can create, update, view, delete and search your notes and assignments.
2. You can use dark mode for better reading.
3. Site is fully responsive so you can use it on any mobile device.

## Tech stack
- Nodejs
- React
- CSS3
- HTML5
- Express
- MongoDB
- CI/CD with Github Actions
- Docker

### Prequisites for development
- Nodejs
- Git

### Commands
1. Clone your forked repo on your local machine using command `git clone https://github.com/{username}/note.git`
2. Run `npm install` in terminal to install all dependencies mentioned in package.json file.
3. Also create a `.env` file in which you must add the server url. You can refer the `.env.example` file for it.
4. Finally run `npm run start` script to start the app in dev mode. Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.You may also see any lint errors in the console.

## License
note is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.