This app create, read, and update, and delete data
In the project directory, you can run:
# Runs next dev which starts Next.js in development mode
npm run dev
# Runs next build which builds the application for production usage
npm run build
# Runs next start which starts a Next.js production server
npm run start
# Runs next lint which sets up Next.js' built-in ESLint configuration
npm run lint
This project uses several technologies listed below :
- NextJs, the React Framework for Production.
- Typescript, a strict syntactical superset of JavaScript and adds optional static typing to the language.
- React Context, context lets you “broadcast” such data, and changes to it, to all components below.
- Axios, is a promise-based HTTP Client for node.js and the browser.
- React Bootstrap, bootstrap components built with React.