This project is the web interface for Aily's recycle bin, built using Next.js and bootstrapped with create-next-app
.
- React.js (v18.2.0): JavaScript library for building declarative and efficient UI.
- Next.js (v13.4.12): React-based framework providing server-side rendering and routing.
- Redux (v4.2.1) & Redux Toolkit (v1.9.5): State management library and convenient tools for Redux usage.
- Tailwind CSS (v3.3.2): Utility-first CSS framework for rapid styling.
- Sass (v1.63.6): CSS extension language for styling using an extended syntax.
- ApexCharts (v3.41.0): Chart library offering various chart types.
- react-apexcharts (v1.4.1): React wrapper component for ApexCharts.
- Axios (v1.5.1): Library for making HTTP requests.
- Styled-components: CSS-in-JS library for writing styles within JavaScript.
- Webpack: Tool for module bundling and resource management.
- Babel: Transpiler for converting the latest JavaScript syntax to previous versions.
- ESLint (v8.44.0): Linter for checking syntax errors and consistency in JavaScript and JSX.
- Prettier: Code formatting tool.
- TypeScript (v5.1.6): JavaScript language with static typing support.
📦src
┣ 📂app
┃ ┣ 📂boards
┃ ┃ ┗ 📂[category]
┃ ┃ ┃ ┣ 📂[id]
┃ ┣ 📂dict
┃ ┃ ┣ 📂[category]
┃ ┃ ┃ ┣ 📂[id]
┃ ┣ 📂join
┃ ┣ 📂location
┃ ┣ 📂login
┃ ┣ 📂my-page
┃ ┃ ┗ 📂[menu]
┃ ┣ 📂statistics
┣ 📂components
┃ ┣ 📂Board
┃ ┣ 📂Dict
┃ ┣ 📂HomePage
┃ ┣ 📂Location
┃ ┃ ┣ 📂styles
┃ ┣ 📂MyPage
┃ ┃ ┣ 📂Dashboard
┃ ┣ 📂StatisStics
┃ ┗ 📂UI
┣ 📂hooks
┗ 📂store
Follow these steps to run the project locally:
- Clone this repository:
git clone https://github.com/Aily-AIRecycle/Aily_web.git
- Navigate to the project directory:
cd Aily_web
- Install dependencies:
npm install
- Start the local development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project is licensed under the MIT License.