/NF-JournalApp

A Journal App based on React for @NeueFische Web Development Bootcamp

Primary LanguageJavaScript

NF-JournalApp ๐Ÿ““

NF-JournalApp is a web application that lets you write down your thoughts, feelings and experiences in a digital journal. The app was made as a project for the web development bootcamp by โ€œNeue Fischeโ€. ๐ŸŸ

Features ๐Ÿš€

  • Create journal entries with a title, content and date
  • View your journal entries in a list

Technologies ๐Ÿ’ป

  • React: A JavaScript library for building awesome user interfaces
  • UID: A library for generating unique IDs for your entries

Installation ๐Ÿ› ๏ธ

To run the app on your own machine, you need to have Node.js and npm installed. Then follow these steps:

  • Clone this repository: git clone https://github.com/vaupunkt/NF-JournalApp.git
  • Go to the project folder: cd NF-JournalApp
  • Install the dependencies: npm install
  • Start the development server: npm start
  • Open http://localhost:3000 in your browser

Usage ๐Ÿ–ฑ๏ธ

To use the app, you can create a new journal entry by clicking on the create button at the top of the screen. You will see a form where you can fill in the title, content and date of your entry. To save your entry, click on the save button at the bottom of the screen.

To view your journal entries, click on the list button at the top of the screen. You will see a list of your entries sorted by date. You can click on an entry to see its details.