Bonveeee / E-Note

Post-Note taking SPA utilizing REST API

Home Page:https://e-note.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Post

Table of Content

Description

This Repository Contains the E-Post SPA web-app.
The goal of the App is to help users create, read, update and delete post-notes and offer other userfriendly experiences.

Go Back to the top

Features

Single Page Application 
RESTful API integration 

Go Back to the top

Requirements

  • A computer that runs on either of the following; (Windows 7+, Linux, Mac OS)
  • nodejs 9.0+

Installation

To use this repo on your machine requires some simple steps

  • Open a terminal / command line interface on your computer

  • Clone the repo by using the following:

      git clone git@github.com:Bonveeee/E-Post.git
    
  • Be patient as it creates a copy on your local machine for you.

  • Change directory to the repo folder:

      cd E-Post
    
  • (Optional) Open it in Visual Studio Code

      code .
    
  • (Alternate Option) Open it in any editor of your choice.

Running the application

Running the application is very straight forward. You can use the following steps to run the app.

  • Install required dependencies from npm

    npm install
    
  • Run the application on the browser

    npm start
    

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Go Back to the top

Live Link

Technology Used

  • JavaScript
  • HTML & CSS
  • ReactJS
  • ReactBoostrap

Go Back to the top

Known Bugs

Future updates

  • scale to add more features , to do, share, archive etc.

MIT License

Copyright (c) [2023] [E-Post]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Authors Info

Gmail - My-Email Twitter - Bonveeee

Go Back to the top

About

Post-Note taking SPA utilizing REST API

https://e-note.vercel.app/


Languages

Language:JavaScript 94.6%Language:HTML 3.6%Language:CSS 1.8%