Skip to content

Deltacron/FS-Evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

πŸ“ Note-Taking App – MERN Stack Assessment

This is a full-stack Note-Taking Application built using the MERN stack (MongoDB, Express.js, React, Node.js). The app allows users to create, view, and delete notes.


πŸ“¦ Tech Stack

  • Frontend: React (with Axios for API calls)
  • Backend: Node.js, Express.js
  • Database: MongoDB (via Mongoose)
  • Others:
    • CORS & dotenv for environment config
    • Nodemon for development

βš™οΈ Features

  • Add a new note (title + description)
  • View all notes
  • Delete a note
  • Basic error handling
  • Organized codebase (client/server split)

βœ… Assessment Criteria

  • Functional CRUD operations
  • Clear separation of frontend and backend
  • Clean, readable code
  • Proper use of React state/hooks
  • Working API with Mongoose schema

πŸš€ Bonus (Optional)

  • Edit Note functionality
  • Form validations
  • Zustand/Context for state
  • React Query or SWR
  • Deployment using Vercel (frontend) and Render (backend)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors