Skip to content

React client for CRUD operations with bookmarks-server repo

Notifications You must be signed in to change notification settings

rodrigohervas/bookmarks---client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookmarks React Client

React client to fetch CRUD operations from bookmarks-server repo

Technologies used: HTML, CSS, Javascript, React, React-Router, Fetch API

Set up

Complete the following steps to start a new project (NEW-PROJECT-NAME):

  1. Clone this repository to your local machine git clone https://github.com/rodrigohervas/bookmarks---client.git NEW-PROJECT-NAME
  2. cd into the cloned repository
  3. Make a fresh start of the git history for this project with rm -rf .git && git init
  4. Make sure that the .gitignore file is encoded as 'UTF-8'
  5. Install the node dependencies npm install
  6. Add an .env file with the following content:
    1. REACT_APP_API_ENDPOINT=[bookmarks_api_url]
    2. REACT_APP_API_KEY=[your_api_key_here]
  7. Edit the contents of the package.json to use NEW-PROJECT-NAME instead of "name": "bookmarks-client",

Scripts

Start the application npm start

Live Site

https://bookmarksrh.now.sh/

About

React client for CRUD operations with bookmarks-server repo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published