Skip to content

ideabox - A sleek and responsive frontend for the Project Listing App. Built with ReactJS and initialized using ViteJS with React framework and JavaScript variant. Seamlessly integrates with the powerful backend, offering a seamless browsing experience for projects, businesses, and developers.

Notifications You must be signed in to change notification settings

open-xyz/project-listing-ui

Repository files navigation

ideabox - A Project Listing App's Frontend

Developing NodeJS environment v18.16.0

This project was bootstrapped with ViteJS


The Project was initialized with the following configurations :

npm create vite@latest

with a React framework + Javascript variant.

Linting was setup with ESLint with the following configurations :

npm i eslint 
npm init @eslint/config
✔ How would you like to use ESLint? · To check syntax, find problems, and enforce code style
✔ What type of modules does your project use? · JS modules(import/export)
✔ Which framework does your project use? · react
✔ Does your project use TypeScript? · No 
✔ Where does your code run? · browser
✔ How would you like to define a style for your project? · guide
✔ Which style guide do you want to follow? · airbnb
✔ What format do you want your config file to be in? · JavaScript

Available scripts

npm run dev

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


About project :


---Ignore---

Unnecessary errors by ESLint :

'React' must be in scope when using JSX - eslint (react/react-in-jsx-scope) : this is making us import react in every component file.

About

ideabox - A sleek and responsive frontend for the Project Listing App. Built with ReactJS and initialized using ViteJS with React framework and JavaScript variant. Seamlessly integrates with the powerful backend, offering a seamless browsing experience for projects, businesses, and developers.

Topics

Resources

Stars

Watchers

Forks