Table of Contents
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! :)
-
A JavaScript runtime built on v8 engine.
-
Free and open-source front-end JavaScript library for building user interfaces based on UI components.
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:
-
Clone this repository in your local environment by the following command:
git clone https://github.com/sidchopra13/Nitro-Notes.git
-
Use NPM (Node Package Manager) to install dependencies for this project.
npm install
-
Now use Node Packet Manager to start the chat application:
npm start
-
Go to
localhost:3000
on your browser. This is the homepage of Nitro-Notes. You can read notes from here and click onDelete icon
to, well, delete note! -
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!
This project was initially started as a course-along project which I made to learn Node.js and React.js
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!
Siddharth Chopra - @sidchopra49
Project Link: https://github.com/sidchopra13/Nitro-Notes