Skip to content

imdeveshshukla/DevNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DevNote

This project is a note-taking web application.

Features

  • Authentication: Users can sign up and log in securely to access the note-taking features. JWT is used for authentication, and user tokens are stored in the local storage for authentication.
  • Note Creation: Users can create notes.

Technology Stack

  • Frontend: React js.
  • Backend: Hono Framework and deployed on Cloudflare Workers(Serverless).
  • Frontend State Management: Redux Toolkit
  • DB: PostgreSql

Getting Started

To run this project locally, follow these steps:

  1. Clone this repository to your local machine.
  2. Navigate to the devBlog directory.
  3. Install dependencies using npm install.
  4. Start the development server using npm run dev.
  5. Navigate to the backend directory.
  6. Install dependencies using npm install.
  7. Start the backend server using npm run dev.

If you have any questions, feedback, or suggestions, please don't hesitate to reach out. Happy coding!

About

A note-taking web application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published