Notes-Logo

Nitro-Notes

View the web-app here! »
Table of Contents
  1. Description 🖋️
  2. How to Deploy? 🚀
  3. Inspiration💡
  4. What's next for Nitro-Notes 🙌
  5. Contact 😎

Description

Hey! Welcome to Nitro Notes! This is just an on the go notes taking web application I built from learning React.js.

This web app uses Node.js for backend. The main part of the app is based on React.js, which is a javascript library. As soon as you publish the note by clicking on the + button it gets displayed on the homepage. If you have completed the task you can use the Delete icon button to delete the note. Have fun while using it! :)

Technologies

  • A JavaScript runtime built on v8 engine.

  • Free and open-source front-end JavaScript library for building user interfaces based on UI components.

How to Deploy?

You can try out Nitro-Notes by going here: (https://owv1kk.csb.app/)
If your want to try this app on your local machine, follow these steps:

  1. Clone this repository in your local environment by the following command:
    git clone https://github.com/sidchopra13/Nitro-Notes.git

  2. Use NPM (Node Package Manager) to install dependencies for this project.
    npm install

  3. Now use Node Packet Manager to start the chat application:
    npm start

  4. Go to localhost:3000 on your browser. This is the homepage of Nitro-Notes. You can read notes from here and click on Delete icon to, well, delete note!

  5. Now you can also add note by simply adding title and its content and then the + button to publish your own note. Your note will be visible on the homepage!

Inspiration

This project was initially started as a course-along project which I made to learn Node.js and React.js

What's next for Nitro-Notes

Improving UI and adding database connectivity is the next step for this application. You can expect register and login functionality in next version of this web application. I would also like to hear any reviews, feedback or suggestions from you!

Contact

Siddharth Chopra - @sidchopra49

Project Link: https://github.com/sidchopra13/Nitro-Notes