- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
[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.
- JSX
- CSS
- Javascript
- React
- [Click on add button to add new note]
- [Click on Delete to delete a note]
- [Displays date and time]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Code editor (preferably 'Vs code')
- NodeJs
- Git
- Browser
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/Progress2002/Keeper.git
Install this project with:
-
Install Node Modules
npm install
To run the project, execute the following command:
-
Generate a full static production build
npm run build
-
Start the development server
npm start
👤 Progress
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- 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.
If you like this project please leave a star. Thank you 🙏
This project is MIT licensed.