Skip to content

isaacgarc-dev/NotesApp

Repository files navigation

Next.js Notes App This repository contains a practice project aimed at learning Next.js 13, a popular React framework for building server-side rendered applications. The project involves creating a notes app using PocketDB as the backend.

Project Overview The goal of this project is to develop a simple notes app that allows users to create, read, update, and delete notes. The frontend of the application is built using Next.js, while PocketDB is used as the backend for storing and retrieving notes.

Technologies Used The following technologies and libraries are used in this project:

Next.js 13: A React framework for server-side rendered applications. React: A JavaScript library for building user interfaces. PocketDB: A lightweight, in-memory database for Node.js. Getting Started To run the project locally, follow these steps:

Clone this repository to your local machine using the following command:

bash Copy code git clone https://github.com/isaacgarc-dev/notes.git Navigate to the project's directory:

bash Copy code cd notes Install the dependencies:

Copy code npm install Start the development server:

arduino Copy code npm run dev Open your web browser and visit http://localhost:3000 to access the notes app.

Folder Structure The repository has the following folder structure:

app/src/: Contains the Next.js pages for different routes. utils/: Contains utility functions and helper files. public/: Stores the static assets such as images and fonts.

Contributing Contributions are not currently being accepted for this project as it is a personal learning exercise. However, feel free to fork the repository and modify the code for your own learning purposes.

License This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published