Simple-editor is a minimalist website that allows users to save and upload notes. This project was created to make it easier to store simple notes online and to become familiar with localstorage.
- Saving notes: Users can enter text into the editor and save their notes.
- Loading notes: Previously saved notes can be loaded by users.
- Semantic HTML5 markup
- CSS - Tailwind
- JavaScript
- Parcel - web bundler
In this project I used tailwind for the first time and stored data in localstorage. I also learned about meta properties. A simple project but satisfying.
-
Clone the repository to your local machine:
git clone https://github.com/BartyDash/simple-editor.git
-
Go to the project directory
-
Install dependencies
npm install
-
Start the server
npm run start