https://github.com/progress2002/keeper
This is a React application that allows users to add new notes by providing the title and text of the note. It also displays the date and time at which the note was taken.
https://github.com/progress2002/keeper
reactjs tailwindcss
Last synced: 3 months ago
JSON representation
This is a React application that allows users to add new notes by providing the title and text of the note. It also displays the date and time at which the note was taken.
- Host: GitHub
- URL: https://github.com/progress2002/keeper
- Owner: Progress2002
- License: mit
- Created: 2023-03-15T01:11:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T13:45:35.000Z (over 3 years ago)
- Last Synced: 2025-01-14T05:49:26.244Z (over 1 year ago)
- Topics: reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://keeper-v8lq.onrender.com/
- Size: 367 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)
**[Keeper]**
This is a React application that allows users to add new notes by providing the title and text of the note. It also displays the date and time at which the note was taken.
## 🛠 Built With
- JSX
- CSS
- Javascript
- React
- **[Click on add button to add new note]**
- **[Click on Delete to delete a note]**
- **[Displays date and time]**
- [Live Demo Link](https://keeper-v8lq.onrender.com)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Code editor (preferably 'Vs code')
- NodeJs
- Git
- Browser
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Progress2002/Keeper.git
```
-
### Install
Install this project with:
1. Install Node Modules
```sh
npm install
```
### Usage
To run the project, execute the following command:
1. Generate a full static production build
```sh
npm run build
```
2. Start the development server
```sh
npm start
```
👤 **Progress**
- GitHub: [@githubhandle](https://github.com/Progress2002)
- Twitter: [@twitterhandle](https://twitter.com/Progress_2002)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/progress-ezeamaka-27b114247)
- [ ] **Add a note**
- [ ] **Remove a note**
- [ ] **Get saved notes from localStorage on page load**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Progress2002/Keeper/issues).
If you like this project please leave a star. Thank you 🙏
This project is [MIT](https://github.com/Progress2002/Keeper/blob/master/LICENSE) licensed.