/rocketnotes

A notes web application developed with React JS and Styled-components as part of the Explorer Program hosted by Rocketseat

Primary LanguageJavaScriptMIT LicenseMIT

About   |    Technologies   |    Execute locally   |    License   |    Develoepr

RocketNotes

📑 RocketNotes

RocketNotes is a note taker app which was developed as part of the Explorer program by Rocketseat. This application was developed using React JS, Styled-components for styling and communicates with an Restful API made with Node JS.

Functionalities

  • Authentication using JWT token
  • Filter notes by Tag names
  • Search for an specific note
  • Add links to your notes

🚀 Technologies

  • React JS
  • Styled-components
  • ViteJS
  • NodeJS

💻 Run locally

  • clone this repo
  git clone git@github.com:vmsiqueira/rocketnotes.git
  • access your project directory via terminal
  • install all dependencies using npm or the package manager of your choice
  npm install
  • after install all dependencies, in order to execute the application run:
  npm run dev
  • open the application on your browser by clicking on the link that will show at the terminal window.

⚖️ License

This project is under MIT License. Check the LICENSE file for more details.

🌐 Developer


linkedin


Made with 💜 as part of my developer formation.