Skip to content

tvalverdes/notes_front

Repository files navigation

NOTLY: Notepad

A free cloud-based note log for everyone.

Features

  • 📝 CRUD of notes
  • 🔒 Authentication
  • 📱 Responsive design
  • 📏 Request rate limit

Run Locally

Clone repositories

Back end

  git clone https://github.com/tvalverdes/notes_back.git

Front end

  git clone https://github.com/tvalverdes/notes_front.git

Go to the project directory

  cd notes_back
  cd notes_front

Install dependencies

  npm install

Start the server (before this step, add "Environment Variables")

  npm run start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

Back end

PORT

MONGO_URI

JWT_SECRET_KEY

CORS_URL

Front end

API_URL

Recomendaciones

  • Run the back and front on different terminals.
  • The environment variables API_URL and CORS_URL must not contain a slash at the end. Example: http://localhost:3000

Feedback

If you have any feedback, please reach out to me at tvalverdes9@gmail.com

Screenshots

App Screenshot

Notes Screenshot

Author

🛠 Skills

React.js, Redux, Tailwind CSS, Chakra UI, MongoDB, Node.js, Javascript, HTML, CSS