Giter VIP home page Giter VIP logo

cointab_frontend's Introduction

Deployed Link

  1. Backend Link - https://tough-lamb-tutu.cyclic.app/
  2. Frontend Link - https://coin-tab-front-end.vercel.app/

# coinTab_FrontEnd

Build with


Functionalities

  • Home Page
  • User Details Page

Project as

  • Frontend

  • Backend



๐Ÿง‘๐Ÿป Ashish Kohad



** Tech Stacks used **

  • Javascript
  • HTML
  • CSS
  • React
  • Redux
  • NextJs
  • ExpressJs
  • MongoDB

External libraries used

  • Chakra UI
  • React Router DOM
  • React Redux
  • Redux Thunk
  • Axios

FontEnd Side

Home Page

Alt text

Delete User Functionality

Alt text

User Details Page

Alt text

Filter functionality

Alt text

Pagination

Alt text

Backend Side

Build REST API's with

  • NodeJs
  • ExpressJs

Data Stored in MongoDB


Steps of starting Backend

  1. Run npm run start on terminal
  2. You will get URL like this http://localhost:7879 server running on port number 7879

Methods

1. Get Data

getUrl :- http://localhost:7879/data/filter

Data can able to filter , sorted, paginated with this methods

  • We can use filter, sort, pagination, search together
http://localhost:7879/data/filter?gender=&page=1&limit=60&name=f&ageL=80&ageR=70&country=Ireland&sortName=desc

list of filter

  1. Filter by Age
  • range ageL : above that limit
  • range ageR : below that limit
  • both should use together
getUrl?ageR=50&ageL=70;
  1. Filter by Country
getUrl?country=Ireland
  1. Filter by Gender gender= male/female/""
getUrl?gender=male

Sort

  1. Sort Data base on Nama
  • Ascending order (asc)
  • Descending order (desc)
getUrl?sortName=desc

Pagination

  1. page (1 by default)
  2. limit (10 by default)
  • Prev Button
  • Next Button
  • Land any Page directly by clicking on particular page Number
getUrl?page=1&limit=10

Search Functionality

  • Search any user by typing character in query
  getUrl?name="as"

2. Add Data

  • Adding data done with this api
https://randomuser.me/
  • Bulk Data added in the data base in the range of 50 to 100 every time data added it give diff. data length in the range of 50 to 100.

3. Delete Data

cointab_frontend's People

Contributors

ashishkohad27 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.