alexanderdev5 / Crud-Nodejs-Api-Frontend

This is a project crud and it's built with Nodejs on the back end and Reactjs for the front-end, it uses some new technologies of javascript ( Screenshot is shown in the Readme and the link of the website)

Home Page:https://thiscrudapi.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project CRUD with Nodejs and Reactjs with Redux, Redux-Thunk

Example:

TweetWorld

An application used to filter data form Twitter based on user preference, built with React, Redux, JavaScript, and CSS.

Project Status

(only necessary if incomplete)

Example:

This project is currently in development. Users can filter tweets by username and keyword and see visual data representation. Functionality to sort by additional parameters is in progress.

Website hosted at Netlify

https://grocerycrud.netlify.app/

Project Screen Shot(s)

Example:

1 2 3

Installation and Setup Instructions

Example:

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Run Test Suite:

npm test

To Start Server:

npm start

To Visit App:

localhost:3000/

Reflection

  • What was the context for this project? (ie: was this a side project? was this for Turing? was this for an experiment?)
  • What did you set out to build?
  • Why was this project challenging and therefore a really good learning experience?
  • What were some unexpected obstacles?
  • What tools did you use to implement this project?
    • This might seem obvious because you are IN this codebase, but to all other humans now is the time to talk about why you chose webpack instead of create react app, or D3, or vanilla JS instead of a framework etc. Brag about your choices and justify them here.

Example:

This was a 3 week long project built during my third module at Turing School of Software and Design. Project goals included using technologies learned up until this point and familiarizing myself with documentation for new features.

Originally I wanted to build an application that allowed users to pull data from the Twitter API based on what they were interested in, such as 'most tagged users'. I started this process by using the create-react-app boilerplate, then adding react-router-4.0 and redux.

One of the main challenges I ran into was Authentication. This lead me to spend a few days on a research spike into OAuth, Auth0, and two-factor authentication using Firebase or other third parties. Due to project time constraints, I had to table authentication and focus more on data visualization from parts of the API that weren't restricted to authenticated users.

At the end of the day, the technologies implemented in this project are React, React-Router 4.0, Redux, LoDash, D3, and a significant amount of VanillaJS, JSX, and CSS. I chose to use the create-react-app boilerplate to minimize initial setup and invest more time in diving into weird technological rabbit holes. In the next iteration I plan on handrolling a webpack.config.js file to more fully understand the build process.

About

This is a project crud and it's built with Nodejs on the back end and Reactjs for the front-end, it uses some new technologies of javascript ( Screenshot is shown in the Readme and the link of the website)

https://thiscrudapi.netlify.app/


Languages

Language:JavaScript 93.0%Language:HTML 6.3%Language:CSS 0.7%