All Projects → fedgut → Bookstore-CMS

fedgut / Bookstore-CMS

Licence: other
A Bookstore CMS made with React-Redux. Tested with Jest.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Bookstore-CMS

fullstack-template
This is a template repository to get up and running quickly with Vite, React, Jest, Express Docker, and Github Actions for CI/CD.
Stars: ✭ 14 (+0%)
Mutual labels:  jest
jest-launchdarkly-mock
Easily unit test LaunchDarkly feature flagged components with jest
Stars: ✭ 14 (+0%)
Mutual labels:  jest
Hangar
Hackathon sponsorship made easy
Stars: ✭ 34 (+142.86%)
Mutual labels:  jest
react-component-library-lerna
Build your own React component library managed with lerna, presented with storybook and published in private npm registry.
Stars: ✭ 55 (+292.86%)
Mutual labels:  jest
rebuilding-acquia
A clone of Acquia's dashboard, built with Vue.js and Tailwind CSS.
Stars: ✭ 20 (+42.86%)
Mutual labels:  jest
eslint-config-adjunct
A reasonable collection of plugins to use alongside your main esLint configuration
Stars: ✭ 39 (+178.57%)
Mutual labels:  jest
minesweeper
💣Minesweeper game written with React
Stars: ✭ 18 (+28.57%)
Mutual labels:  jest
Batteries-Included-Next.js
A starting boilerplate for a TS Next.js project with batteries included. Tailwind CSS for styling, Jest and React Testing Library working with path aliases and node-mock-http for API route testing.
Stars: ✭ 35 (+150%)
Mutual labels:  jest
glific-frontend
Frontend for the Glific platform
Stars: ✭ 18 (+28.57%)
Mutual labels:  jest
testing-reactjs-examples
🧪 "What should we test in our React components" - presentation examples.
Stars: ✭ 23 (+64.29%)
Mutual labels:  jest
twitch-stocks
A web platform that allows you to invest in Twitch streamers with imaginary points.
Stars: ✭ 17 (+21.43%)
Mutual labels:  jest
jest-how-do-i-mock-x
Runnable examples for common testing situations that often prove challenging
Stars: ✭ 63 (+350%)
Mutual labels:  jest
zeldaPlay
A Single Page Application to help zeldaPlay players to track their characters and progress
Stars: ✭ 95 (+578.57%)
Mutual labels:  jest
expo-detox-typescript-example
Sample Expo app with e2e tests using detox, jest and typescript
Stars: ✭ 81 (+478.57%)
Mutual labels:  jest
nextjs-baseweb
Slightly opinionated scaffold of Next.js and Base Web.
Stars: ✭ 46 (+228.57%)
Mutual labels:  jest
split-tests
Split test files in Jest and Cypress into parallel CI jobs
Stars: ✭ 22 (+57.14%)
Mutual labels:  jest
portfolio
My personal portfolio website, proudly built with Next.js, TypeScript and Tailwind
Stars: ✭ 165 (+1078.57%)
Mutual labels:  jest
react16-seed-with-apollo-graphql-scss-router4-ssr-tests-eslint-prettier-docker-webpack3-hot
Seed to create your own project using React with Apollo GraphQL client
Stars: ✭ 19 (+35.71%)
Mutual labels:  jest
monorepo-typescript-next-the-sane-way
A monorepo example using TypeScript and Next.js
Stars: ✭ 104 (+642.86%)
Mutual labels:  jest
ack-nestjs-mongoose
NestJs Boilerplate. Authentication (OAuth2), Mongoose, MongoDB , Configuration, Multi Languages (i18n), etc. Advance Example 🥶. NestJs v8 🥳🎉. Production Ready 🚀🔥
Stars: ✭ 81 (+478.57%)
Mutual labels:  jest

A bookstore CMS app made with React

Built With:

  • Javascript
  • React
  • Redux

Authors

Live Version

Run it

In the command line run:

npm start

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

Using the App

  • Filter books by category (Top-Center)
  • Remove a book (Remove Button in the left)
  • Add new books (Bottom form)

TODOs

Implement comments, edition, progress tracking, author. Increase test coverage.

Test Reducers

Run npm test -a

Linted with Eslint and Stylelint

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].