Code Monkey home page Code Monkey logo

cc's Introduction

Project Name

This is a project that combines a React frontend with an Express backend.

Prerequisites

  • Node.js (version 18 or higher)
  • MongoDB

Getting Started

  1. Clone the repository:

    git clone https://github.com/kakiii/cc
  2. Navigate to the project directory:

    cd cc
  3. Install dependencies for both the server and the client:

    npm install
  4. Start the server, remember you cannot do node index.js inside src folder, it must be done outside:

    node server/src/index.js

    The server will start running at http://localhost:8080.

  5. Build the React app:

    cd client
    npm run build
    npm run dev
  • npm run dev can reload the app without rebuilding the app
  1. Access the application:

    Open your web browser and visit http://localhost:5173 to access the application.

Usage

  • The application combines a React frontend and an Express backend.
  • Follow the on-screen instructions to navigate and interact with the application.
  • Choices made in the application will be recorded by the server.

Contributing

Contributions are welcome! If you encounter any issues or have suggestions, please open an issue or submit a pull request.

License

MIT


Feel free to copy and paste this Markdown text into your README file and modify it as needed.

cc's People

Contributors

kakiii avatar tudelftstudent avatar

Watchers

 avatar

cc's Issues

Add text box to record

Whenever a user makes a choice, they need to write down their reasons in a textbox. Then we record that.

Tasks:

  • Write a form componenet in the pages.
  • Add relevant logic to communicating with backend
  • Add apis
  • Format record.json

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.