-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
adc51e6
commit f35a7c6
Showing
1 changed file
with
5 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
## Description | ||
|
||
The Notes App is a modern web application built with React JS, designed to help you easily manage and organize your notes. It provides a user-friendly interface for creating, editing and organizing your notes efficiently. | ||
NoteFlow is a web-based dynamic note-taking application built using React, designed to enhance the user's note creation and management experience. The project seamlessly combines user-friendly features and technology to facilitate efficient note-taking and preservation. Local Storage is employed to manage data persistence and retrieval. | ||
|
||
## Demo | ||
|
||
|
@@ -17,9 +17,7 @@ You can try out a live demo of this project [here](https://notes-by-vishu.netlif | |
|
||
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
- [Credits](#credits) | ||
- [Key Features](#Key-Features) | ||
- [Author](#author) | ||
- [Acknowledgments](#acknowledgments) | ||
|
||
|
@@ -30,36 +28,21 @@ To run this project locally, follow these steps: | |
1. Clone this repository. | ||
2. Navigate to the project directory. | ||
3. Run `npm install` to install dependencies. | ||
4. Run `npm start` to start the development server. | ||
4. Run `npm run dev` to start the development server. | ||
|
||
## Usage | ||
|
||
- Create new notes easily. | ||
- Edit and update existing notes. | ||
- Organize your notes efficiently. | ||
|
||
## Contributing | ||
|
||
We welcome contributions to make the Notes App even better. Here's how you can contribute: | ||
|
||
- Submit bug reports or feature requests by opening an issue. | ||
- Fork the repository, make changes, and submit a pull request for review. | ||
## Developer | ||
|
||
## License | ||
|
||
This project is licensed under the [MIT License](LICENSE.md) - see the [LICENSE.md](LICENSE.md) file for details. | ||
|
||
## Credits | ||
|
||
We would like to thank the React JS community for their valuable resources and documentation. | ||
|
||
## Author | ||
|
||
- Your Name | ||
- VIshwajeet SIngh | ||
- GitHub: [Vishu-221b](https://github.com/vishu-221b) | ||
- Email: [[email protected]] | ||
|
||
## Acknowledgments | ||
|
||
Special thanks to our contributors and everyone who supported this project. | ||
|