This is a simple notes app using API with React. It has three pages: Login, Register, Home, Archive, Detail, and Add Note. The Home page has a list of notes. The Add Note page has a form for creating a new note. The Archive page has a list of notes that have been archived. Detail page has a more detailed view of the note and button for archiving or unarchiving and deleting. The Register page has a form for creating a new account. The Login page has a form for logging in. You can see light and dark mode, anf change the language from english to indonesian and repeat.
- React
- React Router DOM
- React Icons
- Tailwind CSS
- Vite
- Prop Types
-
Clone the repository
git clone https://github.com/densu341/react-notes-app
-
Run
npm install
in the terminal -
Run
npm run dev
in the terminal -
Open your browser and navigate to http://localhost:5173